- Home /
Serialize large array of class
I have a big array of class in editor, and everything runs well, but if I start the game the array loses its data. I found out that I can "serialize" the array, and now it keeps its data. The problem is that I want to have my array really long, and it only works fine without serialization. So the question is: how to save the arrays data without hard lag. Thank you!
Comment
Your answer
Follow this Question
Related Questions
Lists and Structs instead of Arrays? 4 Answers
How to serialize an array of classes 1 Answer
Set Dirty on class instance? 0 Answers
How to save and load any data type? 1 Answer
Reading and Storing External Data into Memory (From Text) 1 Answer