Implement a system for saving and retrieving generic data, not tied to individual players, in Unity Game Services.
In the context of a game developed with Unity, there’s a need to store and retrieve data not specific to a player, such as the number of levels available in the game. This information should be accessible to all players.
Is the game data stored in the cloud save ? How can i store the game data ?