Getting Started

Save Game Pro provides different storage types for different use cases, we have two storage available:

  • Local Storage
  • Cloud Storage

Each game needs its own storage, for example, if you want to make your game data Synchronizesacross player devices, you should use Cloud Storage.

But if your game has a Large Amount of Data and can’t be stored in the Cloud, or if you don’t like to use Cloud because of user Network Speed, you can use Local Storage and save the game data to the user storage.

Anyway, the Cloud Storage is the best choice for Mobile Games and the Local Storage is the best choice for Standalone and Console games.

Now, you need to learn how to save the data using Save Game Pro in Cloud or Local Storage: