Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity load scene

using UnityEngine.SceneManagement;

int buildIndex = 0;
//Load the scene with a build index
SceneManager.LoadScene(buildIndex);
 
PREVIOUS NEXT
Tagged: #unity #load #scene
ADD COMMENT
Topic
Name
3+8 =