Search Unity

After Google Login I want to save the playerdata to mysql

Discussion in 'Multiplayer' started by JCPartners, Nov 18, 2018.

  1. JCPartners

    JCPartners

    Joined:
    Aug 13, 2018
    Posts:
    3
    I'm trying to make test game of RPG.

    Can anyone give any idea about following.

    (this game is base is android)
    user is going to login by google account(using gpgs)

    After logging, I want to store the user id and user itemlist, money info and so on... to mysql

    how can i bring the data from google login?(I just need to bring user id)