Cloud Save
Cloud Save is a cost-effective feature that allows you to store user data in a flexible JSON format. Easily save and manage user data within your game.
Related console guide: Cloud save
Usage scenarios
- To store game settings, personal records, or asynchronous progress for users.
- When immediate data synchronization within the game is not required.
Key features
1. Flexible data format
- Data can be stored in JSON format, making it easy to handle unstructured or dynamic data.
2. Cost-effectiveness
- Efficiently stores large volumes of data while minimizing cost burden.
3. Asynchronous data management
- Ideal for saving and managing non-real-time data.
- To save and manage data in real time, please use the game information feature.