EasyGUI
Star Twinkle
$15.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
10/10(2018) |
15.0 |
11/19(2024) |
15.0 |
Jump AssetStore
EasyGUI is intended to simplification of complex user interface development in Unity.
It provides simple access to GUI elements via auto generated code, you can access to GUI elements by name from script. Also EasyGUI supports simple MVC pattern for Unity GUI.
Features:
- Allows to get and set properties of GUI elements from script, calling them by name.
- Supports IntelliSense for names of GUI elements.
- Auto subscribing to Button's click event, to value's changing of Toggle, Slider, Scrollbar, Dropdown and InputField.
- Supports centralized processing of button's clicks and value's changed events.
- Allows to implement simple Model-View-Controller (MVC) pattern.
- Supports "script only programming", you do not need to manually add event handlers or add any components to scene's GUI elements.
- Fast regeneration of code if scene was changed.
[Documentation Support]