playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.44k stars 959 forks source link

Cloud save :How to get list of saved games. #3025

Open techGuyAj opened 3 years ago

techGuyAj commented 3 years ago

Hi. In my game i am using cloud save feature. Where after completion of some level I am saving data to cloud. But if the user uninstalled my game and reinstalled it then I want him to continue from last saved Point. As i know first we have to open the game using a string "filename" Then load the data. My Question is how to get the saved game fileName or completed metaData after reinstallation of the game . As all the info stored in the game is deleted.

Thank you.