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

VSC0006: Multidimensional arrays are not yet supported

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

Multidimensional arrays are not yet supported

Example

Code with Diagnostic

using UdonSharp;
 
class TestBehaviour0 : UdonSharpBehaviour
{
    public void TestMethod()
    {
        var arr = new int[1, 2];
                  ~~~~~~~~~~~~~
    }
}

Code with Fix

// NOT YET PROVIDED
VSC0006: Multidimensional arrays are not yet supported / Udon Analyzer / Natsuneko Laboratory Docs