Overview of FairyGUI for Unity
masterFairyGUI is a cross-platform UI editor and framework designed to bridge the gap between designers and programmers. It aims to reduce programming time by providing a workflow closer to the designer's intent compared to traditional Unity engines like NGUI or UGUI.
Key features include:
- Performance: Uses
FairyBatchingtechnology for efficient DrawCall optimization. - Built-in UI Features: Supports rich text (including images and animations), emoji input, virtual lists, loop lists, pixel-level hit testing, curved UI, gestures, typing effects, and interspersing particles/models with UI.
- Unified Input: Encapsulates mouse, single touch, multi-touch, and VR handle input, allowing developers to use consistent code for all interaction types.