Search code examples
unity-game-enginegoogle-play-servicesgoogle-play-gamesgoogle-cloud-save

Google play services | Cloud saved game | Fetch friends game state


I am working on unity3d based Farm game using Google play services Cloud saved game.

  • I need to fetch my friends game state to visit their farms.

  • Is it possible using Google play game services??


Solution

  • Parse.com might be a good solution for this. It's a cloud database (with support for cloud logic), integrated well with programming languages (including Unity/C#/Javascript).