unity3d - Get access token via Log in with google in unity -


i able login google account in unity game.

i've tried using play game services, imo best solution, , can log in , name , id , stuff, can't access token used, can verify user on server.

i have server lot of player-data, can't put in game services, need verify it's correct user, , id not safe enough.

how can log in google , access token in unity?

cheers

have tried writing custom android plugin game? in unity game able on native android app, , pass data reference against server.

they have pretty straightforward documentation it: http://docs.unity3d.com/manual/pluginsforandroid.html

i hope helps!

edit: elaborated statement.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -