I plan to make a game database with scriptable, save all game data as assets in Resource folder and using Resources.load for loading game data. Like a SQL database I also want to create, modify and save all data on run-time, but I don’t sure it will be working right on android platform.
Does anyone please tell me know ?
Are these another way to create, modify, save and load data without uing XML, or any else text format if it is not working ?
Thank you very much!
Did you see this post Light?
Maybe the answer is there.