Skip to content

Bug fixes and support for UdonBehaviour.enabled

Compare
Choose a tag to compare
@MerlinVR MerlinVR released this 16 Oct 21:08
· 216 commits to master since this release

Features

  • 5587b7c: Add support for UdonBehaviour.enabled property that is exposed in the current beta SDK. This release works on the current live SDK but you will get errors if you attempt to use UdonBehaviour.enabled without the beta SDK

Fixes

  • 8990b25: Fix issues with multi line namespace definitions, reported by @ureishi #59
  • fab24af: Add checking to prevent overriding of builtin Udon methods like SetProgramVariable in custom classes which breaks things #60
  • 04a0276: Allow ColorUsageAttribute on Color32 variables
  • 777dcaa: Allow Utilities dropdown label to be clicked
  • 77ed09d: Fix error caused by having a package imported that uses CustomEditor attributes weirdly, reported by @Vowgan
  • 1aed313: Fix error when there are unloaded scenes in the editor, reported by Hito