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

VSC0007: Static fields are not yet supported on user-defined types

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

Static fields are not yet supported on user-defined types

Example

Code with Diagnostic

using UdonSharp;
 
class TestBehaviour0 : UdonSharpBehaviour
{
    public static string _field;
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
    public static string Property { get; set; }
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
}

Code with Fix

// NOT YET PROVIDED
VSC0007: Static fields are not yet supported on user-defined types / Udon Analyzer / Natsuneko Laboratory Docs