Answers for "unity load scene by build index"

C#
0

how to load scene by index unity

SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex + 1);
Posted by: Guest on July-05-2021
0

unity get scene by build index editor

EditorBuildSettings.scenes
Posted by: Guest on August-11-2021

C# Answers by Framework

Browse Popular Code Answers by Language