Version: 2018.2

SceneSetup

class in UnityEditor.SceneManagement

Switch to Manual

Description

The setup information for a scene in the SceneManager. This cannot be used in Play Mode.

Variables

isActiveIf the scene is active.
isLoadedIf the scene is loaded.
pathPath of the scene. Should be relative to the project folder. Like: "Assets/MyScenes/MyScene.unity".