|
UsoUIElements 0.1.0
Data Centric implimentation of Unity's UI Elements (UI Toolkit)
|
As of: 11-05-2025
This project is a work in progress and will expand greatly over time.
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:
FORM container elements with additional validation featuresDISPLAYSECTIONS container elements for grouping fields with data sources, allowing for multiple data sources in a single form.