Releases: Varneon/VUdon-EventDispatcher
Releases · Varneon/VUdon-EventDispatcher
Release list
0.2.0-alpha.1 - UdonSharp dependency migration, VUdon Editors migration
❗ PLEASE NOTE ❗
EventDispatcher now has only one dependency for the custom inspector:
VUdon Editors!All VUdon ecosystem's prefabs are slowly migrating to use
VUdon Editorsinspector toolkit for all custom inspectors for the prefabs, and it can be downloaded from here
V-InspectorandNeon Inspectorare obsolete dependencies and can be safely removed from the project if no other prefab has them defined as a dependency.
Changes
- UdonSharp dependency has been migrated to
com.vrchat.worlds >=3.4.0 <4.0.0(#1, #4) - Migrated to VUdon Editors for custom inspector (#2, #3)
- Updated Array Extensions dependency version range (11077fb)
- Disallowed multiple components (9c6e89c)
- Excluded descriptor from preset (32572c9)
- Added HelpURL (ec7e3c4)
- Added AddComponentMenu option (236a8a5)
0.1.1-alpha.1 - Handler Type Generalization, Dependency Version Range Fix
Changes
- Handler type is now
IUdonEventReceiverinstead ofUdonSharpBehaviour, this allows any UdonSharpBehaviour or UdonBehaviour to be used as an update event handler
Fixes
- Fixed package dependency version ranges, importing the package shouldn't downgrade latest packages anymore
0.1.0-alpha.2 - Dependency fix
Changes
- Fixed missing
commondependency
0.1.0-alpha.1 - First VPM Alpha Release
Apply package name to release workflow