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

VSC0011: Interfaces are not yet handled

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

Interfaces are not yet handled

Example

Code with Diagnostic

using System;
 
using UdonSharp;
 
class TestBehaviour0 : UdonSharpBehaviour, IDisposable
                                           ~~~~~~~~~~~
{
    public void Dispose() {}
}

Code with Fix

// NOT YET PROVIDED
VSC0011: Interfaces are not yet handled / Udon Analyzer / Natsuneko Laboratory Docs