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
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