An open API service indexing awesome lists of open source software.

https://github.com/invertex/unityeditorobjectevents

Extension of Unity Object Events Stream to easily receive information about Object interactions in Editor
https://github.com/invertex/unityeditorobjectevents

unity unity3d unityeditor unityeditortool unityengine

Last synced: 10 months ago
JSON representation

Extension of Unity Object Events Stream to easily receive information about Object interactions in Editor

Awesome Lists containing this project

README

          

# Editor Object Change Tracker
Extension of Unity Object Events Stream API to easily receive information about Object interactions in Editor

Currently only has an event for newly created GameObjects.

Subscribe a method that receives a `GameObject` to the `Invertex.UnityEditorTools.ObjectChangeTracker.OnGameObjectCreated` event.

**Unity 2020.2 and above required.**