Hey All.
We have game variables we want to load from text files in our game.
These are things like player health and XP.
Is XML the best format for IOS? If yes, Can someone point me in the direction of a
good tutorial.
Thanks!
Chris
Hey All.
We have game variables we want to load from text files in our game.
These are things like player health and XP.
Is XML the best format for IOS? If yes, Can someone point me in the direction of a
good tutorial.
Thanks!
Chris
The easiest way is with PlayerPrefs, but I do not know about the limit. The great advantage using PlayerPrefs : If you update game the user will not lose data.