Answers for "unity how to keep the current scene open when going into a new scene"

C#
2

unity load current scene

SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex);
Posted by: Guest on October-22-2021
3

unity how to load up a scene

SceneManager.LoadScene("scene_01");
Posted by: Guest on January-17-2020

C# Answers by Framework

Browse Popular Code Answers by Language