Version: 2021.3
LanguageEnglish
  • C#

ObjectChangeEvents

class in UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Exposes events that allow you to track undoable changes to objects in the editor.

Any undoable change to any object loaded in the editor (both GameObject and assets such as Material object) are recorded and exposed as a stream of events. See ObjectChangeKind for more information as to which types of changes are recorded.

Events

changesPublishedEvent that is raised once per frame if any undoable changes have been recorded.

Delegates

ObjectChangeEventsHandlerThe delegate used for the event publishing the object changes.