Answers for "unity check when a new scene is loaded"

C#
3

unity how to load up a scene

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

unity check if current scene is being unloaded

//If the scene is being unloaded, this will return false
SceneManager.GetActiveScene().isLoaded
Posted by: Guest on March-14-2021

C# Answers by Framework

Browse Popular Code Answers by Language