I´m making a game with 1 level per scene, (Scene 1 is level 1, Scene 2 is level 2 and scene 3 is level 3…), and i want to know if it is possible, if for example, i can put a button on a scene that save the scene we are, and after i close and open the game again, i have a button in menu and when i press, it loads to the scene we have saved.
I dont need to save current state or objects or score, i just want that if i press the button in menu it just loads agains the scene that i was and the level. For example if i´m at scene 6 and save, when i load it loads normaly the scene 6.
Maybe save in a script in a string the current scene name that i am and after be able to load that scene name