Releases: DevsDaddy/UIFramework
Releases · DevsDaddy/UIFramework
R3 Public Release (April 2023)
About Release
This release tested on Unity 2019.3+.
This release removes unnecessary dependencies in the project files themselves, moves them to UPM subdependencies, and the package itself also now moves to UPM for easy updating and use in your games.
Dependencies:
- Unity Event Framework (included in UPM);
- TextMesh Pro UGUI (included in UPM);
Installation
Add this URL to your UPM:
https://github.com/DevsDaddy/UIFramework.git?path=/Assets/DevsDaddy/Shared/UIFramework/
R2 Public Release (April 2023)
R2 Release of UIFramework
Tested at Unity 2019.3+
Dependencies:
- Unity Event Framework (included in project);
- Unity UI (UGUI);
- TextMesh Pro UGUI (included in project);
This Version Features:
- Added New Simple Tabbed View Controller;
- Added New Ripple UI Effect (For Buttons or Images) like in Material Design with your Patterns;
- Added Rounded UI Images;
- Fixed Multi-Components;
R1 Public Release (April 2024)
First Release of UIFramework
Tested at Unity 2019.3+
Dependencies:
- Unity Event Framework (included in project);
- Unity UI (UGUI);
- TextMesh Pro UGUI (included in project);
This Version Features
- Ready for MVP/MVC/MVVM;
- Views and Layouts loading from Scene / Resources;
- UI Controller for Views Management and Navigation;
- Binding / Unbinging Events;
- UI Particle System and UI Shaders (with dozens examples);
- Simple Components Like Imaged Button and Web Image;
- Optimized for every platform;
Before Install
Please, read readme first.