You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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