if (Input.GetKeyDown(Keycode.E)){ int scene = 1; //номер сцены в build settings UnityEngine.SceneManagement.SceneManager.LoadScene(scene);}