playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.47k stars 966 forks source link

Lots of errors #2446

Open kreesty opened 5 years ago

kreesty commented 5 years ago

So i imported the GPGS plugin into Unity, did all the required setup and tried debugging for 3 days because nothing worked. In the end i decided to use the logcat console and indeed there are lots of errors, but i have no idea how to fix them. a546fe8c8c737d8a560e74876b27f400

Everything else looks good except that. Also i should mention that GPGS is completely not working. I have attached a text component in-game to tell me if the login is successful or not but that text never updates. Some help would be amazing!

Edit 1: I solved this by switching Minify from Gradle (Experimental) to None in Player Settings > Publishing Settings

a2afa70202f7764d3719b009ce7a48fb

Edit 2: The plugin is finally damn working, but after configuring the API and everything i'm getting Authentication Failed.

olehkuznetsov commented 5 years ago

There is a known issue with signin-in if you have EnableSavedGames() option.

kreesty commented 5 years ago

Alright, I'll remove that and try again.

Edit: Still not working. I've been trying for 4 days and this is getting annoying. Please damn help me.

Edit 2: After installing the latest version, everything finally works.