Method group is Obsolete

Application.LoadLevelAdditive

Obsolete Use SceneManager.LoadScene.

Declaration

public static void LoadLevelAdditive(int index);
Obsolete Use SceneManager.LoadScene.

Declaration

public static void LoadLevelAdditive(string name);

Description

Loads a level additively.

Unlike LoadLevel, LoadLevelAdditive does not destroy objects in the current level. Objects from the new level are added to the current Scene. This is useful for creating continuous virtual worlds, where more content is loaded in as you walk through the environment.

LoadLevelAdditive adds new objects in the beginning of the next frame at the Inititialization stage prior to the first FixedUpdate call (refer to Order of execution for event functions).

Additional resources: AsyncOperation, Application.backgroundLoadingPriority, Application.LoadLevelAdditiveAsync, Application.LoadLevel, Application.LoadLevelAsync.


Did you find this page useful? Please give it a rating: