Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

AsyncOperation.allowSceneActivation

public var allowSceneActivation: bool;

Description

Allow scenes to be activated as soon as it is ready.

When used in combination with LoadLevelAsync & LoadLevelAsyncAdditive it allows you to delay the actual activation of the scene. (And unloading of the previous scene).