I want to make a scene transision from Assets/Scenes/SomeScene.unity to Assets/Scenes/SubFolder/OtherScene.unity.
It was succeeded to make a transision Scenes/Scene1 to Scenes/Scene2 with SceneManager.LoadScene(“SceneName”), but Scenes/Scene1 to Scenes/Subfolder/Scene2 is not work well.
I checked BuildSettings and both scenes are there.
What is a problem.
Thanks.
code:
SceneManager.LoadScene("SubFolder/Scene2");
Unity 2019.4.14f1