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

파라미터

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

설명

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