UI Automator is a lightweight UI management and automation system designed to simplify the use of Unity’s UI system for both new and experienced devs. It has three main components:
UI management of both modal (dialog) windows and a hierarchy of UI elements, with managers that control the activation and deactivation, toggling, sorting order, and refreshing of the UI;
and an automation system that writes a substantial part of each element's code to streamline the UI workflow.
Features
- Full C# source included
- Comprehensive manual with API reference
- Flexible and modular UI and modal managers
- Abstract class model is intuitive but powerful and allows for substantial end-user modification
- Automation editor allows for intelligent script preparation, cutting time by ten minutes or more per UI element—a huge timesaver whether you're on the clock or want to be efficient