Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
ClosescenePath | Path of the Scene. Should be relative to the project folder. Like: "Assets/MyScenes/MyScene.unity". |
mode | Allows you to select how to open the specified Scene, and whether to keep existing Scenes in the Hierarchy. See OpenSceneMode for more information about the options. |
Scene A reference to the opened Scene.
Open a Scene in the Editor.
Use this method for opening Scenes in the Hierarchy while in the Editor. This is useful when making custom Editor scripts, tools, or menu items. It is not intended to be used for loading Scenes at runtime. For runtime loading of Scenes see SceneManager.LoadScene.