play-games-plugin-for-unity icon indicating copy to clipboard operation
play-games-plugin-for-unity copied to clipboard

Google Play Games plugin for Unity

Results 206 play-games-plugin-for-unity issues
Sort by recently updated
recently updated
newest added

Hi, during implementation of newest version of GPGS I get this error (info from console underneath). Is it a problem? Job failed with exception: System.Reflection.TargetInvocationException: Exception has been thrown by...

bug

Greetings! Unity3d has new (or not already new) excellent method to deliver packages - Package Manager. They have good documentation how to create your personal packages: https://docs.unity3d.com/Manual/CustomPackages.html Also there is...

Enhancement

This form is for reporting Unity Plugin issues only. To report an issue with the Play Games Service (non-SDK related), check [Google Play Games Services Support](https://developers.google.com/games/services/support). *Once you've read this...

bug

I've tired everything, can't get it to work. I'm gonna revert to the older SDK for now. I've tried the simples of unity project to narrow down the issue and...

bug

**Describe the bug** If we tick: `Use next generation IDs` option in the configuration of Google Play Services in the Google Play Console, the plugin doesn't work at all, failing...

bug

With v1 we could specify the scope with **RequestIdToken()** and could get a "Open ID Connect ID Token" with **GetIdToken()**. How would we do this with the newest version **>=...

Hi, I have just updated from unity 2020.03.47 to 2022.03.06 and facing a build error Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 D:\Working Area\Project001\Library\Bee\Android\Prj\IL2CPP\Gradle\launcher\src\main\AndroidManifest.xml:25:13-41 Error: Attribute meta-data#com.google.android.gms.games.unityVersion@value value=(\u0030.10.14) from [:unityLibrary:GooglePlayGamesManifest.androidlib] AndroidManifest.xml:25:13-41 is also...

**Describe the bug** PlayGamesPlatform.Instance.SavedGame is null when using Social.localUser.Authenticate instead of PlayGamesPlatform.Instance.Authenticate to authenticate. This was not a problem in v. 0.10.14. **To Reproduce** Steps to reproduce the behavior: 1....

bug

Im using version 10.14 to develop a game and I need to call a google api. While building the configurations, I added the scopes needed, but when I call the...

How to disable the popup at the top of the screen when unlocking an achievement? I have my custom-made popup for different platforms, so I don't need the PlayGames implementation...