LanguageEnglish
  • C#

SceneManager.MoveGameObjectsToScene

Declaration

public static void MoveGameObjectsToScene(NativeArray<int> instanceIDs, SceneManagement.Scene scene);

Parameters

instanceIDs GameObjects by instance ID to move.
scene Scene to move into.

Description

Move multiple GameObjects, represented by a NativeArray of instance IDs, from their current Scene to a new Scene.

You can only move root GameObjects from one Scene to another. This means the GameObject to move must not be a child of any other GameObject in its Scene. This only works on GameObjects being moved to a Scene that is already loaded (additive). If you want to load single Scenes, make sure to use DontDestroyOnLoad on the GameObject you would like to move to a new Scene, otherwise Unity deletes it when it loads a new Scene.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961