i have a text file in my resource folder which i can read. i am just wondering how can i write to it and save it?
this is the code i use to access my text file in the folder:
var tempAsset: TextAsset = Resources.Load(“2011”, TextAsset);
var myString: String = tempAsset.text;