- Home /
How to save current level?
I am making a game and I cannot figure out how to save the current scene/level. Like once the player has passed the level if you exit and come back in you can still access that level. I looked into player prefs (Link to player prefs) and I am not sure if that will work on android. Answers appreciated thanks!
Comment
Best Answer
Answer by Nightdr · Apr 02, 2014 at 04:10 AM
I figured this out using the player prefs. You have to use the PlayerPrefs.SetInt(); and PlayerPrefs.GetInt(); according to the levels that you want to save.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
null texture passed to GUI.DrawTexture 0 Answers
touch to instantiate and move object ? 1 Answer
screenshot 0 Answers
Using GUI skin with my GUI Button 1 Answer