Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

PrefabUtility.RevertAddedGameObject

public static void RevertAddedGameObject(GameObject gameObject, InteractionMode action);

Parameters

actionThe interaction mode for this action.
gameObjectThe added GameObject on the Prefab instance to revert.

Description

Removes this added GameObject from a Prefab instance.

After the revert action, the GameObject and its children no longer exist.

This method also works if the added child GameObject is a Prefab instance.

Did you find this page useful? Please give it a rating: