Version: 2020.3
언어: 한국어

EditorSceneManager.LoadSceneAsyncInPlayMode

매뉴얼로 전환
public static AsyncOperation LoadSceneAsyncInPlayMode (string path, SceneManagement.LoadSceneParameters parameters);

파라미터

path Path to Scene to load.
parameters Parameters to apply to loading. See LoadSceneParameters.

반환

AsyncOperation Use the AsyncOperation to determine if the operation has completed.

설명

This method allows you to load a Scene during playmode in the editor, without requiring the Scene to be included in the Build Settings Scene list.

The use case for this is to emulate Asset bundles while loading scenes in play mode in the editor. When including a Scene in an asset bundle, you don't add the Scene to build settings. This means you can't load the Scene during play mode using the normal LoadSceneAsync method. Using this method instead of LoadSceneAsync allows you to load the Scene during play mode without requiring it to be in the Build Settings Scene list. This means your code needs to detect whether the game is running in the editor or not, and use this method (LoadSceneAsyncInPlayMode) when in the editor, and LoadSceneAsync when in the built version.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961