I want my players to be able to save their game to the cloud instead of saving to local storage? as there is nothing in the documentation about this, and local storage is good and all until you clear browser data because something else doesn't work and then all your game data is gone
So my question is how do I add save to cloud?
Where on the cloud do you plan to have your users save to? Your own server? A third party service? You'll need a plugin that can support communicating with the back end you plan on using, for example Firebase.
Develop games in your browser. Powerful, performant & highly capable.
I would pay an extra fee just for icloud support for iOS apps as well.
Kraudi
I think you are looking for the PlayFab Master Collection under the Construct Master Collection which implements a complete network-backend system for cloud features for Construct 3 and Construct 2 applications.
Link: construct.net/en/forum/construct-3/plugin-sdk-10/construct-master-collection-139046
I want my users to be able to save their game to their own cloud exactly like on construct.net
Example User saves game to users GDrive or OneDrive, or Dropbox then when playing again load from that Drive
I didn't see any plugins for those cloud services, but it can probably be done through the new scripting feature in C3. You'll have to check the API documentation for whichever service you want to implement for javascript. Support is probably beyond the scope of this forum. You can try in the the scripting section of the forums though. construct.net/en/forum/construct-3/scripting-51
You can check this project:
c3p
https://el3um4s.github.io/C3-strani-anelli-addons/test/api-google-drive/demo/
Kraudi > I would pay an extra fee just for icloud support for iOS apps as well. I think you are looking for the PlayFab Master Collection under the Construct Master Collection which implements a complete network-backend system for cloud features for Construct 3 and Construct 2 applications. Link: construct.net/en/forum/construct-3/plugin-sdk-10/construct-master-collection-139046
> I would pay an extra fee just for icloud support for iOS apps as well.
Thanks but I would want to use Apple native iCloud to save data :)