public static SceneManagement.Scene GetSceneByPath (string scenePath);

Parameters

scenePath 场景的路径。应为项目文件夹的相对路径。例如:"Assets/MyScenes/MyScene.unity"。

Returns

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

Description

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