You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using social api won't work. Social.localUser.authenticated always returns false even when signed in successfully, using Social.ShowLeaderboardUI(); always fails with:
02-19 22:19:24.257: I/Unity(7525): ShowAchievementsUI not implemented
To Reproduce
Steps to reproduce the behavior:
Install the latest version of this package
Sign in
Using Social.localUser.authenticated
Using Social.ShowLeaderboardUI
Expected behavior
Both should be working.
Observed behavior
Just won't work. Not helpful debug found logcat.
Bug Report Capture a bug report and share the Google Drive link. If the bug report contains sensitive information, then make it private and only give access to requests from [email protected] accounts.
Versions
Unity version: 2022.3.45f1
Google Play Games Plugin for Unity version: 2.0.0
Additional context
I was using 0.10.14 just for the sign-out feature, but now Google forces me to upgrade Play Games SDK v2; otherwise, it won't accept any update, so I updated the GPGS plugin to the latest 2.0.0.
Afaik there were some extra codes like this before the update:
PlayGamesClientConfigurationconfig=newPlayGamesClientConfiguration.Builder().EnableSavedGames().RequestEmail().Build();PlayGamesPlatform.InitializeInstance(config);PlayGamesPlatform.DebugLogEnabled=true;PlayGamesPlatform.Activate();```
butthereis no such PlayGamesClientConfiguration kinda stuff. What the heck should I dothen?
The text was updated successfully, but these errors were encountered:
Describe the bug
Using social api won't work. Social.localUser.authenticated always returns false even when signed in successfully, using Social.ShowLeaderboardUI(); always fails with:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Both should be working.
Observed behavior
Just won't work. Not helpful debug found logcat.
Bug Report
Capture a bug report and share the Google Drive link. If the bug report contains sensitive information, then make it private and only give access to requests from
[email protected]
accounts.Versions
Additional context
I was using 0.10.14 just for the sign-out feature, but now Google forces me to upgrade Play Games SDK v2; otherwise, it won't accept any update, so I updated the GPGS plugin to the latest 2.0.0.
Documentation in the readme has entirely disappeared, and I followed all the steps in the official google play games documentation, but none of them worked.
https://developer.android.com/games/pgs/unity/unity-start
Afaik there were some extra codes like this before the update:
The text was updated successfully, but these errors were encountered: