Releases: MerlinVR/EasyEventEditor
Releases · MerlinVR/EasyEventEditor
Merge fix for Unity >= 2020.1
Make OpenUPM happy
v1.0.3 Update package.json
Fix issue with detecting custom event handlers
Fix null reference exception on EventTrigger component
Support for Unity >=2018.4 and hotkeys
- Fix bug causing event drawer to not work in 2018.4 and up
- Fix missing clear on bool args when making new events
- Add hotkeys for Copy, Cut, Paste, Delete, Add, and Duplicate
- For Unity 2018.3 and up, now use the settings provider for the settings window
- Attempt to preserve the method pointer and component pointer when reassigning target object to an event
- Add package.json file and assembly definition to support the Unity package manager
- Now enable all settings by default
v0.2 Fix for finding functions
- Fixed an issue where functions from inherited classes wouldn't be found when populating the function menu
v0.1 Initial Release
Release of v0.1 with initial feature set:
- Drag and drop reordering of Unity Event listeners in the inspector
- Gives easy access to private, internal, and obsolete methods/properties that Unity usually hides
- Allows editing of multiple of the same component type on the same object
- Provides an Invoke button on each event which executes the methods in the list