Version: 5.5
public static SceneManagement.Scene GetSceneByPath (string scenePath);

파라미터

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

반환

Scene A reference to the scene, if valid. If not, an invalid scene is returned.

설명

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