1.0.0 (2020-12-28)
July 22, 2024 ยท View on GitHub
1.0.2 (2024-07-22)
Bug Fixes
1.0.1 (2023-03-13)
Bug Fixes
- fix Unity crash (d8a27f2)
1.0.0 (2020-12-28)
Features
- display runtime calls in inspector (25d29ce)
- display target of instance method (e547f6b)
- expandable runtime calls (88d6930)
- impl (c868712)
- support
EventTrigger(ce0550d) - support static methods, instance methods, anonymous methods, ramda expressions (a2648bc)
- support UnityEvent collection such as
List\<UnityEvent\>andUnityEvent[](3c99ad2) - when the persistent call is empty, UnityEvent is displayed compactly (a244027)
Changelog
v0.4.0 (2018-06-18)
Supports UnityEvent collection such as List<UnityEvent> and UnityEvent[].
Fixed bugs:
- Error has occurred with UnityEvent collection such as List<UnityEvent> and UnityEvent[]. #13
v0.3.0 (2018-06-11)
Supports EventTrigger

Fixed bugs:
- Error has occurred at EventTrigger component #11
v0.2.0 (2018-06-04)
Add test code and refactor code.
Implemented enhancements:
- Add test #9
Closed issues:
- Refactoring #7
v0.1.0 (2018-06-03)
Extends the UnityEventDrawer to display runtime calls in the inspector!

Implemented enhancements:
- When the Persistent call is empty, UnityEvent is displayed compactly #5
- Support static methods, instance methods, anonymous methods, ramda expressions #4
- Display target of instance method #3
- Expandable runtime calls #2
- Display runtime calls in inspector #1
* This Changelog was automatically generated by github_changelog_generator