samedi 17 février 2018

how to convert this data to value in Input Field unity using c#

IEnumerator getinfouser(loginres json) { Dictionary headers = new Dictionary();

headers.Add("Authorization", "Bearer " + json.access_token);

WWW getter = new WWW("http://alefya.turnpoint1.com/api/Account/UserInfo", null, headers);

yield return getter;
Debug.Log(getter.text);

this image for data




Aucun commentaire:

Enregistrer un commentaire