Skip to content

Commit

Permalink
Export 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Sakai committed Jan 5, 2018
1 parent 5f5257c commit ccd6637
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 8 deletions.
57 changes: 49 additions & 8 deletions Assets/UIEffect/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ UIEffect

Easy to use effects for uGUI. Supports following effects.

![image](https://user-images.githubusercontent.com/12690315/34595716-695a3bee-f21d-11e7-9a34-7a089ab7f6ea.gif)

* Grayscale tone
* Sepia tone
* Nega tone
Expand All @@ -12,10 +14,14 @@ Easy to use effects for uGUI. Supports following effects.
* Color setting
* Color additive
* Color subtract
* Blur fast
* Blur detail
* Blur fast(3x4)
* Blur medium(6x4)
* Blur detail(6x8)
* Use for transition
![image](https://user-images.githubusercontent.com/12690315/34595717-6b00e8c6-f21d-11e7-98b6-798cf03f2ed5.gif)
* Supports multiple shadow effect for reduce rendering vertices
![image](https://user-images.githubusercontent.com/12690315/34552373-600fdab2-f164-11e7-8565-21c15af92a93.png)

![demo](https://user-images.githubusercontent.com/12690315/29394440-3479d624-8345-11e7-8b1d-68d35e4a20de.gif)



Expand All @@ -26,37 +32,59 @@ Easy to use effects for uGUI. Supports following effects.




## Usage

1. Download [UIEffect.unitypackage](https://github.com/mob-sakai/UIEffect/raw/master/UIEffect.unitypackage) and install to your project.
1. Import the package into your Unity project. Select `Import Package > Custom Package` from the `Assets` menu.
1. Add `UIEffect` component to UI element (Image, RawImage, Text, etc...) from `Add Component` in inspector.
1. Choose effect type and adjust values in inspector.
![image](https://user-images.githubusercontent.com/12690315/28405920-56fa5d96-6d69-11e7-9aaa-832cfecc72c6.png)
![image](https://user-images.githubusercontent.com/12690315/34595809-3838dc54-f21e-11e7-858b-72821dca8b44.png)
1. Enjoy!




## Note: Unity 5.6+

In Unity 5.6+, Canvas supports **Additional Shader Channels**.
Please enable `TexCoord1` to use UIEffect.
![image](https://user-images.githubusercontent.com/12690315/28405830-f4f261e8-6d68-11e7-9faf-7e5442062f59.png)
![image](https://user-images.githubusercontent.com/12690315/34560894-191b6cda-f18b-11e7-9de2-9a9d13f72ccd.png)




## Demo

[WebGL Demo](https://developer.cloud.unity3d.com/share/W1fv8sYS9f/)
[WebGL Demo](https://developer.cloud.unity3d.com/share/b1Ow2w4KbX/webgl/)




## Release Notes

### ver.1.2.0

* Fixed : Pixelaration shifts to the lower right.
* Fixed : Cutoff alpha is incorrect.
* Feature: Supports multiple shadow effect for reduce rendering vertices.
![image](https://user-images.githubusercontent.com/12690315/34552373-600fdab2-f164-11e7-8565-21c15af92a93.png)
* Feature: New blur effect mode : `Medium`.
* Feature: Fix button to enable TexCoord1 of Canvas.additionalShaderChannels to use UIEffect.
![image](https://user-images.githubusercontent.com/12690315/34560894-191b6cda-f18b-11e7-9de2-9a9d13f72ccd.png)
* Changed : UIEffect.color is obsolete, use UIEffect.effectColor instead.
* Changed: Blur range is [0-2].
* Refactoring: Shader refactoring.
* Demo: Add transition button & multiple shadows.


### ver.1.1.0

* Feature: Add Pixelaration effect.
* Feature: Add Cutoff/Mono effect for patterned alpha images. It can be used for masks and transitions!
* Feature: Add Cutoff/Mono effect for patterned alpha images. It can be used for masks and transitions!
![image](https://user-images.githubusercontent.com/12690315/34595717-6b00e8c6-f21d-11e7-98b6-798cf03f2ed5.gif)


### ver.1.0.0

Expand All @@ -81,10 +109,23 @@ Please enable `TexCoord1` to use UIEffect.




## License
MIT

* MIT
* © UTJ/UCL




## Author
[mob-sakai](https://github.com/mob-sakai)

[mob-sakai](https://github.com/mob-sakai)




## See Also

* GitHub Page : https://github.com/mob-sakai/UIEffect
* Issue tracker : https://github.com/mob-sakai/UIEffect/issues
Binary file modified UIEffect.unitypackage
Binary file not shown.

0 comments on commit ccd6637

Please sign in to comment.