Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OpenSceneMode

Used when opening a Scene in the Editor to specify how a Scene should be opened.
Read time 1 minuteLast updated 12 days ago

Definition

public enum OpenSceneMode

Remarks

Additional Resources: EditorSceneManager.OpenScene.

Fields

Value

Description

AdditiveAdds a Scene to the current open Scenes and loads it.
AdditiveWithoutLoadingAdds a Scene to the current open Scenes without loading it. It will show up as 'unloaded' in the Hierarchy Window.
SingleCloses all current open Scenes and loads a Scene.