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: 3 months ago
JSON representation

Vertex color UI Effect for Unity UI (uGUI).

Lists

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) -


Follow me on Twitter

License
-------
MIT License

Copyright (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.