move to another scene unity

Code Example - move to another scene unity

                
                        using UnityEngine.SceneManagement;
void Start(){
SceneManager.LoadScene(0/* the scene number*/);
}