Noob_Programer
Noob_Programer

Reputation: 41

how to use google play service in Unity 3D?

I'm working at my new mobile game. The work is going well but when I tried to use google play services at the game, it didn't work by several reasons that I couldn't understand.

There are many guides about using google play service, but still they are all scattered. So I can't totally understand about this.

Could you help me to how to use google play service step by step?

Or link that can solve my problem.

Upvotes: 3

Views: 6695

Answers (2)

user15215405
user15215405

Reputation:

check it

play-unity-plugins

-play billing -play instant -play assets delivery -anfd so on

Upvotes: 0

abielita
abielita

Reputation: 13469

You may check this link for Google Play Games plugin for Unity. This plugin allows you to access the Google Play Games API through Unity's social interface. The plugin provides support for the following features of the Google Play Games API:

To use the plugin, you must first configure your game in the Google Play Developer Console. Follow the instructions on creating a client ID. Be particularly careful when entering your package name and your certificate fingerprints, since mistakes on those screens can be difficult to recover from.

Upvotes: 3

Related Questions