Answers for "unity load current scene"

C#
8

unity how to get the current scene

SceneManager.GetActiveScene().buildIndex;
Posted by: Guest on June-04-2020
0

unity load current scene

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

C# Answers by Framework

Browse Popular Code Answers by Language