Skip to content

Bug fixes

Choose a tag to compare

@MerlinVR MerlinVR released this 26 Feb 01:42
· 680 commits to master since this release

This release requires the most recent VRCSDK3 to work. If you are updating from an older version UdonSharp < v0.19.2, you need to delete the Assets/UdonSharp/Plugins folder before installing this

  • 6a03155: Add top level shortcut for SendCustomEvent on UdonBehaviours in the Unity Event UI, requested by @orels1
  • c46d941: Fix namespace resolution in some cases when namespaces are used with classes at multiple levels, reported by BeastChild
  • b560696: Fix issue with recursion leaking incorrect values from binary short circuit operators in some cases, reported by @NGenesis
  • b8013fc, 33de2e6: Minor optimizations to compiler