UsoUIElements 0.1.0
Data Centric implimentation of Unity's UI Elements (UI Toolkit)
Loading...
Searching...
No Matches
Overview

As of: 11-05-2025
This project is a work in progress and will expand greatly over time.

UsoUIElements is the Garage-Ware Games implementation of Unity's UIElements (UI Toolkit)

This package is used as the base UI for all Garage-Ware Games applications written for Unity. This system is designed to make the Unity Data Binding system much simpler to use.

Our implementation can be directly dropped into an existing UI Toolkit project by adding the 'Uso' prefix to any control, so 'Button' becomes 'UsoButton' and so on.

All fields have the following features:

  • Validation indicators
  • Unified USS theme
  • Built in formating options
  • Special FORM container elements with additional validation features
  • Special DISPLAYSECTIONS container elements for grouping fields with data sources, allowing for multiple data sources in a single form.
  • Simplified Data binding
  • Standarized Constructor Signitures