ruk·si

Unity
Google Login

Updated at 2016-11-05 21:04
  1. Download and install Android Studio as it is the easiest way to install and maintain Android tools

  2. Install > Custom > Select Everything

  3. When the IDE starts, go to Configure... > SDK Manager at lower right.

  4. Inside, press Launch Standalone SDK Manager at lower left.

  5. Scroll down at the bottom and install Google Play services.

  6. Go to Google Developer Console.

  7. Create developer account, it costs 25$.

  8. Create new app: Game Services > Add New Game > *give it a name*.

  9. Linked Apps > Android and add your package name defined in Unity player settings.

  10. Run keytool -list -v -keystore $HOME/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android

  11. Copy Certificate fingerprints > SHA1 to the web page.

  12. Import Google Play Services to your Unity project. Download the repo and there is asset package in current-build/.

  13. Window > Google Play Games > Setup > Android Setup