This version of Unity is unsupported.

EditorUtility.SetDefaultParentObject

Declaration

public static void SetDefaultParentObject(GameObject defaultParentObject);

Parameters

defaultParentObject The GameObject to set as the default parent object.

Description

Sets the default parent object for the active Scene.

When a GameObject is created or dragged into the Scene, the GameObject is automatically parented by the default parent. This option is set on a per-scene basis, for the Scene where the object is placed in.

See Also: EditorUtility.ClearDefaultParentObject.