Hi, I want to transfer from one scene to another. I tried using SceneManager:
SceneManager.LoadScene("stage1");
It did work. It transferred to stage 1 but the problem is there are 2 main cameras in stage 1. Why is it ? I also tried:
SceneManager.LoadScene("stage1",LoadSceneMode.Single);
But still the same. There are still 2 main cameras in stage 1. Can someone help me? Please
[Edit] Fixed