How to save and load complete gameobjects
Hey, I want to save and load many different game objects that I create during the game. The game objects have many subobjects and also scripts with different variables that should all be saved, is there an existing system that does that for you? I've searched for a long time but nothing fits my application. The best would be a system where each created object is saved directly during the instantiation without saving each component on the object individually. But is that even possible?
Your answer
Follow this Question
Related Questions
How to save and load all gamebjects which are cloned at runtime???? 0 Answers
Save gameobject from imported mesh (with imported texture) as prefab/resource at runtime. 0 Answers
Store/Load highscore or stats from google play games? 0 Answers
How to save material Texture without using the import UnityEditor 0 Answers
Change Savedata without errors 0 Answers