LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

Undo.MoveGameObjectToScene

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

Parameters

goGameObject to move.
sceneScene to move the GameObject into.
nameName 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.