- Home /
How to save a scene while playing?
So i am making a game with a level editor but i would like to be able to save the scene with all the objects within it. I am not entirely sure this way of doing it is possible but i couldn't find any confirmation or information on this method. If this is not possible how would code the saving of objects within a scene in JavaScript.
Answer by FranciscoFontes · Jul 29, 2014 at 05:03 PM
[Sorry for my english] You want to save for later retrieve that information? I do not know what it is about your game, but you can save the name and position of each object using PlayerPrefs. http://docs.unity3d.com/ScriptReference/PlayerPrefs.html You can save every 5 minutes or checkpoints.
Your answer
Follow this Question
Related Questions
checkpoint level please 2 Answers
How to load saved data from another scene? 2 Answers
Saving a scene within the game? 1 Answer
how to access objects in another scene but in the same project? 2 Answers