Skip to content

Releases: Varneon/VUdon-EventDispatcher

0.2.0-alpha.1 - UdonSharp dependency migration, VUdon Editors migration

Choose a tag to compare

@github-actions github-actions released this 28 Oct 17:20
72bcde3

❗ 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 Editors inspector toolkit for all custom inspectors for the prefabs, and it can be downloaded from here

V-Inspector and Neon Inspector are 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

Choose a tag to compare

@github-actions github-actions released this 18 Mar 11:05

Changes

  • Handler type is now IUdonEventReceiver instead of UdonSharpBehaviour, 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

Choose a tag to compare

@github-actions github-actions released this 15 Jan 04:49

Changes

  • Fixed missing common dependency

0.1.0-alpha.1 - First VPM Alpha Release

Choose a tag to compare

@github-actions github-actions released this 03 Nov 14:12
Apply package name to release workflow