Mobile - Cloud Save

Hi - we’re close to soft launching our first Defold game, but are looking into cloud saving and wondered if there are existing solutions/assets people would recommend?

All we want to do is store some basic player info (primarily, how much in-game currency they have). Preferably we don’t want to get into creating player accounts (eg using PlayFab etc) at this early stage, but would ideally just cloud save the relevant data. I can see there’s a Gamekit native extension on the assets portal but it looks to be pretty old and doesn’t cover cloud saving.

Is there a recommended easy solution?

Thanks

It depends on the platform. If Android or iOS I believe you could use the native services?

If it’s web You could potentially use Play fab (although the Defold integration is no longer supported by Microsoft) using a custom ID tied to the player’s device, or a generated UUID. This could also work with Nakama.

2 Likes