When I open my game I want to press the play button and then play the last level that I've played before I closed my game.
Asked
Active
Viewed 79 times
0
-
Save the last level then load it next time. It would be good to add code and mention where you are stuck in your next post. – Programmer Jan 14 '18 at 13:47
1 Answers
0
Whenever you load a level, you could use PlayerPrefs to save the name of that scene. Upon loading the game the next time, you can use the LoadScene function of SceneManager to load the scene whose name we stored in PlayerPrefs.

R.F. Nelson
- 2,254
- 2
- 12
- 24