Skip to content

Releases: DevsDaddy/UIFramework

R3 Public Release (April 2023)

Choose a tag to compare

@DevsDaddy DevsDaddy released this 25 Apr 06:46
a72a2c2

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:

Installation

Add this URL to your UPM:

https://github.com/DevsDaddy/UIFramework.git?path=/Assets/DevsDaddy/Shared/UIFramework/

R2 Public Release (April 2023)

Choose a tag to compare

@DevsDaddy DevsDaddy released this 05 Apr 21:39
6aa809f

R2 Release of UIFramework

Tested at Unity 2019.3+

Dependencies:

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)

Choose a tag to compare

@DevsDaddy DevsDaddy released this 01 Apr 23:48
d54a3b1

First Release of UIFramework

Tested at Unity 2019.3+

Dependencies:

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.