Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity scene load



    SceneManager.LoadScene("SceneName", LoadSceneMode.Additive); //Loading the new scene
    SceneManager.UnloadSceneAsync(val); // Unloading current scene


Source by nullorempty.org #
 
PREVIOUS NEXT
Tagged: #unity #scene #load
ADD COMMENT
Topic
Name
2+9 =