Hi
Hope its not a noob question, but is it possible to share game data from my game on iPad to my game on Mac using the cloud?
Cheers
Hi
Hope its not a noob question, but is it possible to share game data from my game on iPad to my game on Mac using the cloud?
Cheers
Sure. It wouldn’t necessarily have to be the cloud… you could use any web server you can build a web app on as an intermediary, then use the WWWForm and WWW classes (or serialize your data to Json and then just use the WWW class) to push your data to the server where you can retrieve it with the other platform. Depending on your requirements you may also need to build in some tamper protection also.