Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

OpenSceneMode

enumeration

Description

Used when opening a scene in the Editor to specify how a scene should be opened.

Variables

SingleCloses all current open scenes and loads a scene.
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.