Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


prefabInstanceReverted

Unity calls this method automatically after a Prefab instance has been reverted.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Event
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static event Action<GameObject> prefabInstanceReverted

Remarks

Any revert operation, whether full or partial, will cause this event to be raised.