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
- Host: GitHub
- URL: https://github.com/invertex/unityeditorobjectevents
- Owner: Invertex
- Created: 2023-07-21T14:41:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T15:24:05.000Z (over 2 years ago)
- Last Synced: 2025-01-15T07:55:19.665Z (12 months ago)
- Topics: unity, unity3d, unityeditor, unityeditortool, unityengine
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.**