unity create new scene and switch to it unity programmatic code example
Example 1: how to switch scenes unity
SceneManager.LoadScene("MyScene");
Example 2: how do you switch scenes
using UnityEngine.SceneManagement;
SceneManager.LoadScene('Scene');