Skip to content

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

Latest
Compare
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)