Undo.MoveGameObjectToScene

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

파라미터

goGameObject to move.
sceneScene to move the GameObject into.
nameName of the undo action.

설명

Move a GameObject from its current scene to a new scene. It is required that the GameObject is at the root of its current scene.