Legacy Documentation: Version 5.3
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

SceneManager.GetSceneByPath

public static SceneManagement.Scene GetSceneByPath(string scenePath);

Parameters

scenePath Path of the scene. Should be relative to the project folder. Like: "Assets/MyScenes/MyScene.unity".

Description

Searches all scenes added to the SceneManager for a scene that has the given asset path.