TypedUxml generates strongly-typed C# classes from your UXML files — no more string queries, no more runtime surprises.
Why TypedUxml? Standard UI Toolkit code queries elements by string name: typos compile fine, refactoring breaks silently, and errors surface only at runtime. TypedUxml replaces that with generated, compile-time-safe properties — full IntelliSense, type checking, and null-safety out of the box.
Key features
Getting started
Full documentation included: Quick Start, Configuration, API Reference, Examples, and Troubleshooting.
Requirements: Unity 6.0+, UI Toolkit (built-in)