Skip to content

Releases: Varneon/VUdon-QuickMenu

0.1.0-alpha.12 - Slider Step Fix, Class Attribute Additions

26 Jan 15:17
fba4686
Compare
Choose a tag to compare

What's Changed

  • Fix invalid slider step fraction calculation by @Varneon in #22
  • Add missing class attributes by @Varneon in #23
  • Alpha 12 - Add missing class attributes, fix slider step fraction calculation by @Varneon in #24

Full Changelog: 0.1.0-alpha.11...0.1.0-alpha.12

0.1.0-alpha.11 - Layout Rebuild Fix, Mouse Scroll Adjust Callback Fix

24 Jan 21:22
3697f87
Compare
Choose a tag to compare

Changes

  • Fixed layout not rebuilding properly after removal of item(s) (#17, #19)
  • Fixed Option/Slider OnBeginValueEdit and OnEndValueEdit not triggering when adjusting with mouse scroll wheel (#18, #20)

0.1.0-alpha.10 - UdonSharp dependency migration, auto scroll, dependency updates

28 Oct 20:24
4b08dd6
Compare
Choose a tag to compare

Changes

  • UdonSharp dependency has been migrated to com.vrchat.worlds >=3.4.0 <4.0.0 (#10, #13)
  • Added automatic scroll (#11, #12)
  • Updated dependency definition version ranges (f1868b2)

0.1.0-alpha.9 - Package Dependency Fix

07 Sep 05:07
edc396f
Compare
Choose a tag to compare
Pre-release

Fixed

  • Missing VUdon - Array Extensions dependency

0.1.0-alpha.8 - Remove & Set Enabled Methods, Overlay Shader, Ambidextrous Support

02 Jul 17:29
06427ff
Compare
Choose a tag to compare

Added

  • Remove menu item method
  • Set menu item enabled method
  • Overlay shader to make menu render over everything

Changes

  • Dominant hand is now determined by which hand is used to open the quick menu
  • Quick menu can now also be used with only left hand if you don't have right hand / controller

Known bugs

  • Due to how VRChat provides input data, single-handed mode for right hand doesn't support scrolling yet

0.1.0-alpha.7 - Back Button

24 Jun 17:50
Compare
Choose a tag to compare
Pre-release

Added

  • Back button to all folders (#2)

0.1.0-alpha.6 - Mouse Navigation, Fixes

19 Jun 12:47
Compare
Choose a tag to compare
Pre-release

Added

  • Mouse navigation

Fixes

  • Sync mode None now gets applied properly on build
  • Build shouldn't throw errors anymore after storing all runtime prefabs in prefab hierarchy

0.1.0-alpha.5 - Dependency Version Definition Fixes

21 Apr 10:38
Compare
Choose a tag to compare

Changes

  • Fixed incorrect dependency version definition of com.varneon.vudon.menus (4b43e6d)
  • Updated UdonSharp dependency version definition (f21035b)

0.1.0-alpha.4 - Slider Default Value Fix, Scrollbar Visibility Fix

16 Apr 06:35
Compare
Choose a tag to compare

Changes

  • Presumably fixed slider default value (84883eb, a2d75c3)
  • Fixed stability issues of scrollbar by setting it permanently visible (797cfc2)

0.1.0-alpha.3 - Add BeginValueEdit and EndValueEdit

25 Jan 06:45
Compare
Choose a tag to compare

Changes

  • Added BeginValueEdit and EndValueEdit methods
  • Cleaned up prefab file names