- Home /
Question by
Noob_Vulcan · Jun 18, 2014 at 07:02 AM ·
serializationsavesave scene
Saving Whole Scene ?
I'm facing problem while saving my data. Since few of my classes are MonoBehaviour i cant serialize them.Nor now i can use memento pattern .
So m thinking to save whole scene .Is there any how i can achieve this???
Comment
There isn't any immediate way to do that, you will have to write your own data structures serialization.
For saving the whole scene you can use Unity Serializer. Check if it suits your need.
Your answer
Follow this Question
Related Questions
Coding help: How to use xml serialization 1 Answer
Easy way to save rigidbody state. 1 Answer
Objects instantiated in custom editor not saving. 0 Answers
Save files for a game 1 Answer
Save multiple scriptableObjects in just one binary file 2 Answers