Skip to content

Tags: MerlinVR/EasyEventEditor

Tags

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from JesseTG/jtg/fix-10

Fix #10

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update package.json

v1.0.2

Toggle v1.0.2's commit message
Fix issue preventing custom event handliers from being found

- Addresses issue #7

v1.0.1

Toggle v1.0.1's commit message
Fix disabling invoke button when invoke cannot be called

- Follow up fix for bug exposed by Lyuma's fix null pointer exception on the EventTrigger component where the invoke button was supposed to be disabled, but wasn't because the button draw was happening outside the disabled group.

v1.0.0

Toggle v1.0.0's commit message
Update README.md

typo

v0.2

Toggle v0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added traversal of base types for function finding

Made the function finding traverse base types for components in addition to the component type. This gives access to stuff like LateUpdate on inherited classes where it previously may not have been shown. If you were missing some functions before when using EEE instead of the Unity event editor, this is probably why.

v0.1

Toggle v0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Initial commit of event editor script