This version of Unity is unsupported.

PrefabUtility.GetRemovedGameObjects

Declaration

public static List<RemovedGameObject> GetRemovedGameObjects(GameObject prefabInstance);

Parameters

prefabInstance The Prefab instance to get information about.

Returns

List<RemovedGameObject> List of objects with information about removed GameObjects.

Description

Returns a list of objects with information about removed GameObject overrides on the Prefab instance.