playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.46k stars 964 forks source link

Can I save games without signing in? #3062

Closed MarkGree closed 3 years ago

MarkGree commented 3 years ago

If the user does not want to log in through PlayGames, but wants to play the game, will the game be saved as usual (in local storage), through OpenSaveGame (...) -> SaveGame (...)? If so, when the user logs in, will the local save link to their account and upload to the server storage?

smile616 commented 3 years ago

@MarkMa-LS No, OpenSaveGame will fail with the sign-in needed error.