UdonSharp icon indicating copy to clipboard operation
UdonSharp copied to clipboard

Support GOTO statement

Open Happyrobot33 opened this issue 1 year ago • 1 comments

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

Happyrobot33 avatar May 10 '24 12:05 Happyrobot33

https://xkcd.com/292/

Codel1417 avatar May 10 '24 15:05 Codel1417