unity c# adding scene to display code example
Example 1: unity how to load up a scene
SceneManager.LoadScene("scene_01");
Example 2: change scene unity
SceneManager.LoadScene (sceneBuildIndex:/*Put the number here*/);
SceneManager.LoadScene("scene_01");
SceneManager.LoadScene (sceneBuildIndex:/*Put the number here*/);