Search Unity

Google Play Services login problem

Discussion in 'Android' started by katsuragi545, Aug 5, 2015.

  1. katsuragi545

    katsuragi545

    Joined:
    Jun 25, 2014
    Posts:
    38
    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: https://github.com/playgameservices/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.
     
  2. alex-mircea121

    alex-mircea121

    Joined:
    Jul 11, 2012
    Posts:
    15
    Can you post your script?