Reputation: 475
I have started using Google Play Game Services plugin for unity lately in my game Dodgy for android and the plugin doesn't seem to work!
I have tried following what they say on GitHub installed all the necessary tools and plugins and it still doesn't work, What exactly happens is when I start my app and try to sign in nothing happens.
Any help would be greatly appreciated...
The Tools I Use...
Upvotes: 0
Views: 1273
Reputation: 475
I have the same problem and I found what I did wrong. If you have confirmed that your package has been properly signed but still not working. Look back in your code.
If you use the plugin(most likely), you need to use PlayGamesPlatform namespace functions other than the Social ones.
Or the Play Games login won't even pop, yet it does pop if you check Development Build which would be confusing. Hope this would save time for those who come after me
Upvotes: 0
Reputation: 448
Steps to check.
Upvotes: 2