playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.45k stars 963 forks source link

ANR chromium #3214

Open AlukarDrol opened 1 year ago

AlukarDrol commented 1 year ago

Use Unity 2021.3.12f1, update GPS to v0.11.01. In Google Console ANR see this errors: chromium-Monochrome.aab-stable- - DK.c

chromium-TrichromeWebViewGoogle.aab-stable- - R8.

chromium-Monochrome.aab-stable- - Px.run

in code use authorization and google cloud. public static void Authorization() { PlayGamesPlatform.Activate(); Social.localUser.Authenticate(EndAuthorization); }