Dustuu

Results 2 issues of Dustuu

Attempting to reference an instance of a user-defined `UdonSharpBehaviour`-dervied class on the left-hand side of the null-coalescing (`??`) operator causes a U# compiler error. Example problematic code: ``` private KaraokeUiBrowser...

bug

Trying to call `Length` on a Property that returns an Array of a user-defined `UdonSharpBehaviour` type gives a U# compiler error `System.Exception: Method Array.__get_Length__SystemInt32 is not exposed in Udon`, even...

bug