Skip to main content
Tweeted twitter.com/StackGameDev/status/825322336027103232
"What technology to use?" questions are off topic, but you can ask how you could do it.
Source Link
Vaillancourt
  • 16.4k
  • 17
  • 56
  • 61

Unity3d what to use How to save large data in Unity?

Can anyone please tell me What to usehow to save data for Android.I

I have too much data to save  (many npc-enemy stats) also. Also, it should work after updating: I read on stack overflow that In Binarformatter, with BinaryFormatter, when you update or change the class. Your, your old settings might be lost since the classes no longer match. Sometimes, you get an exception when reading the saved data due to this.So What should 

I use to save dataalso read about JSON/XML? Also, do. Does JSON/throwXML throw an error if I change class?

Unity3d what to use to save large data?

Can anyone please tell me What to use to save data for Android.I have too much data to save(many npc-enemy stats) also it should work after updating I read on stack overflow that In Binarformatter when you update or change the class. Your old settings might be lost since the classes no longer match. Sometimes, you get an exception when reading the saved data due to this.So What should I use to save data JSON/XML? Also, do JSON/throw an error if I change class?

How to save large data in Unity?

Can anyone please tell me how to save data for Android.

I have too much data to save  (many npc-enemy stats). Also, it should work after updating: I read on stack overflow that, with BinaryFormatter, when you update or change the class, your old settings might be lost since the classes no longer match. Sometimes, you get an exception when reading the saved data due to this. 

I also read about JSON/XML. Does JSON/XML throw an error if I change class?

Source Link
paul p
  • 380
  • 1
  • 4
  • 18

Unity3d what to use to save large data?

Can anyone please tell me What to use to save data for Android.I have too much data to save(many npc-enemy stats) also it should work after updating I read on stack overflow that In Binarformatter when you update or change the class. Your old settings might be lost since the classes no longer match. Sometimes, you get an exception when reading the saved data due to this.So What should I use to save data JSON/XML? Also, do JSON/throw an error if I change class?