Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day ago
JSON representation
A UI gradient effect script for Unity
- Host: GitHub
- URL: https://github.com/azixmcaze/unity-uigradient
- Owner: azixMcAze
- License: mit
- Created: 2017-05-19T18:18:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T13:55:35.000Z (over 6 years ago)
- Last Synced: 2024-12-15T16:05:31.201Z (8 days ago)
- Topics: color-gradient, gradient, ugui, ui-gradient, unity
- Language: C#
- Size: 297 KB
- Stars: 593
- Watchers: 17
- Forks: 81
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)