NewSceneSetup
Used when creating a new Scene in the Editor.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.SceneManagement
- Assembly: UnityEditor.CoreModule
public enum NewSceneSetup
Remarks
Additional Resources: EditorSceneManager.NewScene.
Fields
Value | Description |
|---|---|
| DefaultGameObjects | Adds default game objects to the new Scene (a light and camera). |
| EmptyScene | No game objects are added to the new Scene. |