Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LoadLevelAsyncInPlayMode(string)

Load the given level in play mode asynchronously.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
Warning
Deprecated. Use EditorSceneManager.LoadSceneAsyncInPlayMode instead.
public static AsyncOperation LoadLevelAsyncInPlayMode(string path)

Parameters

path

Returns

Type

Description

AsyncOperation