Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WestHillApps/uGUI-Effect-Tool
Vertex color UI Effect for Unity UI (uGUI).
https://github.com/WestHillApps/uGUI-Effect-Tool
Last synced: 2 months ago
JSON representation
Vertex color UI Effect for Unity UI (uGUI).
- Host: GitHub
- URL: https://github.com/WestHillApps/uGUI-Effect-Tool
- Owner: westhillapps
- License: mit
- Created: 2015-01-17T22:16:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T15:39:38.000Z (over 6 years ago)
- Last Synced: 2024-07-14T04:33:45.669Z (7 months ago)
- Language: C#
- Homepage:
- Size: 90.8 KB
- Stars: 317
- Watchers: 28
- Forks: 57
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - uGUI-Effect-Tool - Vertex color UI Effect (UI Shader)
README
uGUI-Effect-Tool
======[![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/mit-license.php)
[![GitHub Stars](https://img.shields.io/github/stars/WestHillApps/uGUI-Effect-Tool.svg)](https://github.com/WestHillApps/uGUI-Effect-Tool/stargazers)
[![GitHub Forks](https://img.shields.io/github/forks/WestHillApps/uGUI-Effect-Tool.svg)](https://github.com/WestHillApps/uGUI-Effect-Tool/network)Vertex color UI Effect for Unity UI (uGUI).
made with Unity5.4.0f3* Gradient Color
![GradientColor01](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/ugui-effect-tool_gradient_color01.gif)* Gradient Alpha
![GradientAlpha01](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/ugui-effect-tool_gradient_alpha01.gif)* Blend Color
![Blend01](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/ugui-effect-tool_blend01.gif)How To Use
-------
Add the component to UI GameObject.* Gradient Color - (Add Component >> UI/Effects/Gradient Color)
![GradientColor02](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/ugui-effect-tool_gradient_color02.png)* Gradient Alpha - (Add Component >> UI/Effects/Gradient Alpha)
![GradientColor02](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/ugui-effect-tool_gradient_alpha02.png)* Blend Color - (Add Component >> UI/Effects/Blend Color)
![Blend02](https://raw.githubusercontent.com/WestHillApps/westhillapps.github.io/master/res/ugui-effect-tool_blend02.png)
Developed By
-------
WestHillApps (Hironari Nishioka) -License
-------
MIT LicenseCopyright (c) 2016 WestHillApps (Hironari Nishioka)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.