- Home /
How can I save & load gameObjects?
Hello everyone, I'm wondering how to save all scene objects for example if I press the Save button, or load the when I press the Load button.. seems hard.
Any help is appreciated :)
If you have no idea what you need "save" for, and where you want to use "save" (Which is just an arbitrary concept btw) then what's the point of knowing how to "save & load gameObjects"?
Answer by PetahNZ · Jan 12, 2014 at 10:51 AM
On the basic level you need to serialise all gameObjects
into a file. And vice versa load them back out.
You may also want to serialise AI data and various other information too.
See a similar question here: http://answers.unity3d.com/questions/8480/how-to-scrip-a-saveload-game-option.html
Your answer
Follow this Question
Related Questions
Save Transform in PlayerPrefs 2 Answers
Saving Player Position Scene to Scene 0 Answers
Save as many pickables as you want to 1 Answer
Web player for my project 0 Answers
Save and load 0 Answers