how to switch from one scene to another unity code example
Example 1: how do you switch scenes unity
using UnityEngine.SceneManagement;
SceneManager.LoadScene('Scene');
Example 2: change scene unity
SceneManager.LoadScene (sceneBuildIndex:/*Put the number here*/);