- Home /
Transfer data to/from server
hi, i'm new in Unity. I want to send data player to server use JSON, how can i make these data into JSON and send them to server, read JSON when player load the game. thanks for the help
Comment
Answer by Zocker1996 · Aug 27, 2015 at 09:37 AM
The json script we use: https://gist.github.com/darktable/1411710 Gettingand putting data to Server is possible with the WWW class. Write a php Script on your server to get the GET stuff and put the json in the url you use in the www from unity