prefabInstanceReverting
Unity calls this method automatically before a Prefab instance is reverted.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Event
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static event Action<GameObject> prefabInstanceReverting
Remarks
Any revert operation, whether full or partial, will cause this event to be raised.