Version: 5.4

SceneManager.MoveGameObjectToScene

매뉴얼로 전환
public static void MoveGameObjectToScene (GameObject go, SceneManagement.Scene scene);

파라미터

go GameObject to move.
scene Scene to move into.

설명

Move a GameObject from its 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.