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

VSC0008: Partial method declarations are not yet supported

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

Partial method declarations are not yet supported

Example

Code with Diagnostic

using UdonSharp;
 
partial class TestBehaviour0 : UdonSharpBehaviour
{
    partial void TestMethod();
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
}
 
partial class TestBehaviour0
{
    partial void TestMethod()
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    {
    ~
    }
    ~
}

Code with Fix

// NOT YET PROVIDED
VSC0008: Partial method declarations are not yet supported / Udon Analyzer / Natsuneko Laboratory Docs