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

VSC0003: Nested type declarations are not currently supported

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

Nested type declarations are not currently supported

Example

Code with Diagnostic

using UdonSharp;
 
class TestBehaviour0 : UdonSharpBehaviour
{
    class SomeClass {}
    ~~~~~~~~~~~~~~~~~~
 
    class AnyClass {}
    ~~~~~~~~~~~~~~~~~
}

Code with Fix

// NOT YET PROVIDED
VSC0003: Nested type declarations are not currently supported / Udon Analyzer / Natsuneko Laboratory Docs