Unity How to Save Serialized Levels
I know how to use PlayerPrefs, but I wanna know how to save objects that are spawned in after runtime. (Like a house you build in a survival game (walls, roof, floors and other items)) Any help? Thanks!
Answer by Strangerweather · Jan 02, 2016 at 05:08 PM
Perhaps this is what you need? http://gamedevelopment.tutsplus.com/tutorials/how-to-save-and-load-your-players-progress-in-unity--cms-20934
And of course, this, but I guess you already know it: https://www.youtube.com/watch?v=yxziv4ISfys
Good luck!
Your answer
Follow this Question
Related Questions
Store Reference to a Serializable Class 0 Answers
How to save multiple scenes' data 2 Answers
Save/Load Serialization by @Cherno 0 Answers
yield return StartCoroutine() doesnt wait for coroutine to finish 5 Answers
Application.loadedLevelName obsolete? 4 Answers