I have a problem with the ScenManager of my unity android app. When I start a new Scene the old scene is activ and work but the new scene is shown an work. I want that only the new scene work.
// here I load the new Scene
SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex + 1);
I tried a lot but in every I found the old scene gets atomatically destroyed.