UdonSharp
UdonSharp copied to clipboard
Support GOTO statement
U# currently fails to compile if you use a GOTO {labelname} and subsequent {labelname}:. I don't think there is a technology reason this shouldn't work in the Udon VM, so having support for this would be great for breaking out of nested loops
https://xkcd.com/292/