Overview
Roslyn Analyzers for VRChat UdonSharp developers. Report realtime diagnostics in your code such as not exposed API, not supported syntaxes, and best practices for UdonSharp.
Udon Analyzer is a Roslyn Analyzers for UdonSharp in VRChat. It allows you to report unsupported APIs, report unsupported C# syntaxes, and make corrections to best practices in real-time in the editor.
Features
- Is this API is exposed to Udon?
- Is this syntax is supported by UdonSharp?
- Is this usage of method is best practice?
- and others...