I am new to unity and working on a projects. I want to work with multiple scenes.
some of my scenes are like option menu in the game.
from my main screen I want to open an options scene and when I am done I want to move back to my main scene and when I am back I want to keep the things done in main scene before the options scene opens
I can change scenes with SceneManager but it loads the screen as new as if I did nothing there is it possible to switch between loaded scenes without loading again? I think that if it is; I can continue from the progress in the main scene if it is not how can I continue my progress (do I have to keep all the data and when the scene starts load back from that data? )