Answers for "unity check if current scene is being unloaded"

C#
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