Hey everyone, I’ve been trying to integrate Google Play Services into my Android game in order to have a leaderboard. I downloaded the official plugin for Google here: GitHub - playgameservices/play-games-plugin-for-unity: Google Play Games plugin for Unity and followed the video tutorial here: www.youtube.com/watch?v=XmHXl-UFTqM. I was able to install everything and wrote a test script to test logging in and posting to a leaderboard but it doesn’t work. I have a login button that when pressed, will allow me to select a user account after which a faded screen with a loading circle will appear then disappear shortly after. I have a gui box that displays the success or failure of the login and I always get a failure - the same goes with everything else - leaderboards, achievements, etc. I’m using the latest version of the Google Play Services plugin and package from the Android SDK manager. I’m also using Unity 5.1.1f1. Any help is greatly appreciated.
Can you post your script?