Reputation: 152
I know this question may seem basic , but I literally have no idea how to actually create a snapshot and I didn't find any documentation in Google play services on how to do it. Please excuse & tell me if I unacknowledged or missed something
Upvotes: 1
Views: 902
Reputation: 2811
You have probably already seen this: https://developers.google.com/games/services/android/savedgames it doesn't give a complete picture, but this sample code by Google should help you: https://github.com/gguuss/android-basic-samples/tree/master/BasicSamples/CollectAllTheStars2
It goes through a complete game, that saves and retrieves snapshots using Google Play Games Services.
Upvotes: 2