
_UI is a library to create UI Toolkit Elements from UXML and USS strings at runtime.A Unity package that simplifies the creation of dynamic UI Toolkit elements and the application of dynamic styles at runtime._UI is a lightweight Unity package designed to simplify the creation of runtime UI Toolkit elements and dynamic styling using UXML and USS strings directly from C# code.Built for developers who want the flexibility of Unity's UI Toolkit with the speed and control of code-first development, _UI allows you to build and style user interfaces entirely at runtime—without relying on precompiled UXML or USS assets.Whether you're creating a custom UI system, building dynamic interfaces from data, or just want an easier way to work with UI Toolkit in code, _UI helps streamline the process by allowing you to:Parse and construct UI elements from UXML strings.Apply inline USS styles or key-value properties programmatically.Iterate and debug interfaces faster by editing UXML/USS directly in your codebase.Reuse UI layouts designed in UI Builder via copy-pasted UXML.By turning declarative UI strings into live, functional UI Toolkit elements, _UI bridges the gap between design-time and runtime, making it perfect for editor tools, runtime customization, modding interfaces, localization workflows, and more.