This topic is not available in your language. Therefore, the original version (ja-jp) is displayed.
VSC0011: Interfaces are not yet handled
| Property | Value | 
|---|---|
| ID | VSC0011 | 
| Category | Compiler | 
| Severity | Error | 
| Runtime Version | 3.1.0 ~ latest | 
| Compiler Version | 1.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