Version: 2017.1

Undo.MoveGameObjectToScene

Switch to Manual
public static void MoveGameObjectToScene (GameObject go, SceneManagement.Scene scene, string name);

Parameters

go GameObject to move.
scene Scene to move the GameObject into.
name Name of the undo action.

Description

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.