- Home /
Saving Game no only player position
http://answers.unity3d.com/questions/153552/if-deadcheckpoint-and-reset.html
How save no only Player position,and all changes.
Example:
Save,that cube change position,and script lives change int lives to 1...
Answer by JUnityer · Aug 06, 2011 at 06:02 PM
I suggest to take a look at PlayerPrefs. With them you can store ints and other data, and then read them later when you need them. That's what I use for saving unlocked levels and money. Read the docks carefully so that you understand them :)
Oh, and I think there's already many topics about this savegame system. Next time use a little time searching, ok? Good luck!
Answer by ad48 · Aug 06, 2011 at 06:11 PM
How make a soubor (as in http://answers.unity3d.com/questions/153552/if-deadcheckpoint-and-reset.html)
Your answer

Follow this Question
Related Questions
Checkpoint Scripting Help 1 Answer
How do I create a good Checkpoint system? 0 Answers
Checkpoint GUI enabled then disabled trouble 3 Answers
Reset a scene but save checkpoints. 2 Answers
how do I make smart checkpoints? 1 Answer