playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.47k stars 966 forks source link

Login loops on fresh install, if server auth code is requested #1816

Open amjaliks opened 7 years ago

amjaliks commented 7 years ago

If I try to request a server auth code from a freshly installed game (or just after all data deleted), then the game sticks in a loop showing Google Play games pop-up. popup On the second launch the game start normally and I can retrieve the auth code without any problems.

Also, if I don't try to request an auth code, the game starts normally even on the first launch.

Plugin: 0.9.39a Unity: 5.6.1f1 GPGS: 11.0.2

There is a similar issue #1787, but I'm not sure it is related, so I decided to submit my own one.

amjaliks commented 7 years ago

Updated the plugin to 0.9.41. This issue is still here.