Closed jzody closed 4 years ago
I've ran a test that shows this isn't a Udonsharp issue. It seems to be related to the Quaternion.toAxis issue depicted in the readme, because both functions seem to use output parameters. I've added this test to the Canny.io issue.
Maybe it's helpful to change the readme to change the Quaternion.toAxis, but add a warning/disclaimer on functions with out parameters?
Thanks, the readme already has a warning about other functions with multiple out
parameters potentially not functioning due to the Udon bug. I haven't run into any issues with functions that have a single out
parameter.
I don't know why I've read over that, but thank you for your time!
It seems to return both values as null.
Here is a code example: