BlackCatKPI
BlackCatKPI
Spent a lot of time resolving this issue. And succeded. Here the resolution: > Use proguard file > Minify in debug and release > Force resolve. And it worked.
Also the pass to inner repository (GooglePlayGamesPluginDependencies.xml) has to be checked: in my case I changed repository in GooglePlayGamesPluginDependencies.xml to Assets/GooglePlayGames/com.google.play.games/Editor/m2repository
Still actual. Is there any stable version that has to be used?
You're talking about v. 0.10.14, right?
Hey! I'd advise you to do everything step by step. E.g. I got a code > PlayGamesPlatform.Instance.Authenticate(ProcessAuthentication); > > private void ProcessAuthentication(SignInStatus status) > { > if (status == SignInStatus.Success)...