Hi all, i’m working on a project, and I have made some scenes, if you start the app for the first time you will see a begin scene to start, and than you just finish the levels to go further. But what I now want is that if you close the game and you will later open it, that a scene opens with a button and if you click it, it opens the last level you played. The game AA has this system. I’m btw not a pro in Unity, I use it now for 4 months and C# too.
I hope its clear, my english is not the best. Thanks!
Save last level in PlayerPrefs and use LoadLevel(“YourSavedLevel”) on startup.
1 Like
Can you give me a script for it?, i really don’t know how to do that
ok, thanks!