Search found 1 match

by SkaiCloud
Fri Mar 27, 2015 8:00 am
Forum: (Legacy) Easy Save 2 Examples and Tutorials
Topic: Is there an Example you would like to see?
Replies: 38
Views: 339665

Re: Is there an Example you would like to see?

Hello Joel Can you show me an example of this code please? void SaveData() { using (ES2Writer write = ES2Writer.Create("MapData.txt")) { int i = transform.childCount; //Aproximately 4k Child Object for (int j = 0; j < i; j++ ) { write.Write(this.transform.GetChild(j).name,"BlockNameTa...