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

Parámetros

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

Valor de retorno

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

Descripción

Searches all Scenes loaded for a Scene that has the given asset path.