Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azixMcAze/Unity-UIGradient

A UI gradient effect script for Unity
https://github.com/azixMcAze/Unity-UIGradient

color-gradient gradient ugui ui-gradient unity

Last synced: about 2 months ago
JSON representation

A UI gradient effect script for Unity

Awesome Lists containing this project

README

        

# UI Gradient
A small collections of scripts to add gradient effects to UGUI elements

- UIGradient : A simple two-colors gradient
![screenshot UIGradient](https://azixmcaze.github.io/Unity-UIGradient/screenshot1.png)
- UICornersGradient : A gradient with a color on each corner of the UI element
![screenshot UICornersGradient](https://azixmcaze.github.io/Unity-UIGradient/screenshot2.png)
- UITextGradient : A simple two-colors gradient on each letter of a text
![screenshot UITextGradient](https://azixmcaze.github.io/Unity-UIGradient/screenshot3.png)
- UITextCornersGradient : A gradient with a color on each corner of each letter of a text
![screenshot UITextCornersGradient](https://azixmcaze.github.io/Unity-UIGradient/screenshot4.png)