- Home /
Where to save player progress for playstore app?
Hey there, what is a good way to safe the player's experience points for an online android app? Should i use the PlayServices Leadboard ?
Greets
Comment
Answer by herDev · Feb 08, 2017 at 07:00 PM
Hi there, the Google Play Game Services plugin for Unity offers Cloud based saving, don't try to use the Leaderboard for saving data.
You can find more information here: https://github.com/playgameservices/play-games-plugin-for-unity under the category: Saving Game State to the Cloud