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

I am implementing this plugin in my project and everything works perfectly except when I deliberately remove settings for my app in Google Play settings in Android. After removing setting...

bug

I am getting the following warning in the Play Console: > com.google.android.gms:play-services-safetynet:17.0.0 > This SDK version has a note from the SDK developer. Here's what the SDK developer told us:...

First I successful login in Google Play games: ``` PlayGamesPlatform.Instance.Authenticate(ProcessAuthentication); internal void ProcessAuthentication(SignInStatus status) { signInStatus = status; if (signInStatus == SignInStatus.Success) // Calback return Success { SynchronizeUserScore(); OnAuthStateChanged?.Invoke(); }...

bug

@Dilip-007 Thanks for bearing with us as we investigate your issue. Would you be able to verify that you are calling `MuxStatsExoPlayer.release()` when the user is done consuming your media?...

> https://developer.apple.com/metal/ _Originally posted by @devilshezi0 in https://github.com/sallamy2580/roulette-game/issues/1#issuecomment-1493204285_

.github/workflows/blank.yml _Originally posted by @devilshezi0 in https://github.com/candaceblewett42/candaceblewett42/pull/1#pullrequestreview-1367999520_

**Describe the bug** Error when try to build the game in AAB format for google playstore with target API 33. If I try to build it on 32 it works,...

bug

**Describe the bug** Calling PlayGamesPlatform.Instance.ManuallyAuthenticate does not result in any response and the log shows "Returning an error code." **To Reproduce** Steps to reproduce the behavior: 1. Cancel on automatic...

bug