playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.43k stars 953 forks source link

Error every time saving and loading the data to google cloud #3197

Open kaliosR opened 1 year ago

kaliosR commented 1 year ago

GooglePlayGamesPlugin version 11.01

Error message : InternalOpen has failed: com.google.android.gms.games.SnapshotsClient$SnapshotContentUnavailableApiException: 4002: STATUS_SNAPSHOT_CONTENTS_UNAVAILABLE

HI. I'm having this weird error every time saving and loading the data to google cloud. Delete app, After I reinstall the app saved data created before reinstall can't be loaded and can't even save.

So, Google Drive -> Settings -> App Management => Delete save data. Then the save and load working in the reinstalled app.

Confirmed that. If I reinstall the app again, previously created saved data are not working. So only saved data created by the currently installed app are working properly.

Discover more. Using ShowSelectSavedGameUI, not load data is opened and possible is load data. But, Load is fail and the IsOpen item in the returned (ISavedGameMetadata)data is always FALSE.

If everything works without problems the IsOpen item in the returned (ISavedGameMetadata)data is TRUE

It's a problem, but it hasn't been resolved yet. The same issue has already been registered but not workaround yet.

plz help!! Is there a workaround?