This topic is not available in your language. Therefore, the original version (ja-jp) is displayed.

VSC0016: Does not support labeled statement

PropertyValue
IDVSC0016
CategoryCompiler
SeverityError
Runtime Version3.1.0 ~ latest
Compiler Version1.0.0 ~ latest

Does not support labeled statement

Example

Code with Diagnostic

using UdonSharp;
 
class TestBehaviour0 : UdonSharpBehaviour
{
    public void TestMethod()
    {
        goto label1;
 
label1:
~~~~~~~
        return;
        ~~~~~~~
    }
}

Code with Fix

// NOT YET PROVIDED
VSC0016: Does not support labeled statement / Udon Analyzer / Natsuneko Laboratory Docs