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: 29 days 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-11-09T18:03:04.517Z (about 1 month ago)
- Topics: color-gradient, gradient, ugui, ui-gradient, unity
- Language: C#
- Size: 297 KB
- Stars: 588
- Watchers: 17
- Forks: 79
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gradient - Unity-UIGradient - A UI gradient effect script for Unity. (CSS)
- awesome-unity-open-source-on-github - Unity-UIGradient - UI gradient effect script (UI Shader)
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)