Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SceneSetup

The setup information for a Scene in the SceneManager. This cannot be used in Play Mode.
Read time 1 minuteLast updated 12 days ago

Definition

public class SceneSetup

Properties

Property

Description

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".