This version of Unity is unsupported.

PrefabUtility.GetRemovedComponents

Declaration

public static List<RemovedComponent> GetRemovedComponents(GameObject prefabInstance);

Parameters

prefabInstance The Prefab instance to get information about.

Returns

List<RemovedComponent> List of objects with information about removed components.

Description

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