Cloud Save
Store player and game data in the cloud so players can access it everywhere and across devices.
Read time 2 minutesLast updated 2 days ago
Use Cloud Save to store Player Data and Game Data for your games. Because it's cloud based, players can access their data anywhere and across devices, which can mitigate data loss when a player changes devices or re-installs a game. Cloud Save enables players to interact with the game world and with each other, even if players aren't online at the same time. You can use Game Data with Cloud Code to add features like guilds or clans, community goals or battle passes, or to store the state of items and NPCs in multiplayer games. You can create Indexes to query data, Access Classes to control what data players can read and write and use Triggers to run code in response to changes to data (for example, to send push messages to connected clients).
Concepts
- Player Data for player data.
- Game Data for non-player game data, for example NPCs, entities, game state.
- Player Files for save game data in any format.
- Queries to make data stored in Cloud Save searchable.
- Cloud Code integration, for example, run Cloud Code Triggers when data changes.
- Access Classes allow you to control what data players can read and write.