Enum Tutorial.SceneManagementBehaviorType
Scene management behavior at the start of a tutorial.
Namespace: Unity.Tutorials.Core.Editor
Assembly: Unity.Tutorials.Core.Editor.dll
Syntax
public enum Tutorial.SceneManagementBehaviorType
Fields
| Name | Description |
|---|---|
| CreateNewScene | Create a new scene with default game objects (a light and camera) in the scene. |
| UseActiveScene | Do nothing, use the currently active scene(s). |