ZoboUI is a USS utility class framework for creating maintainable user interfaces with Unity's UI Toolkit.
- Tailored for Unity, working within the nuances of UI Toolkit.
- Drop-in design system with pre-built classes for quick styling.
- Seamless integration with existing Unity projects.
- Utility classes that provide both style and function.
- Customizable and extendable to fit your project's aesthetics.
- Developer and artist-friendly, enabling more collaboration and iteration.
After installing ZoboUI and generating a USS file, you can add the generated classes to your UI Toolkit elements:
<ui:Button class="bg-red-500 hover_bg-blue-300" text="Click Me!"/>
Join the ZoboUI Discord for support and to engage with the community.
Inspiration for ZoboUI came from several sources:
- Tailwind CSS for the utility-first design approach.
- Chakra UI for design patterns and components.