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