Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/butter-cookies/unity-ugui-posteffect
it's unity's ui posteffect shader repository.
https://github.com/butter-cookies/unity-ugui-posteffect
Last synced: about 2 months ago
JSON representation
it's unity's ui posteffect shader repository.
- Host: GitHub
- URL: https://github.com/butter-cookies/unity-ugui-posteffect
- Owner: butter-cookies
- Created: 2018-05-28T17:39:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T19:10:02.000Z (over 6 years ago)
- Last Synced: 2024-08-03T19:09:45.003Z (5 months ago)
- Language: ShaderLab
- Size: 18.7 MB
- Stars: 48
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - unity-ugui-posteffect - UI posteffect shader repository (Shader Collection)
README
# unity-ugui-posteffect
it's unity's ui posteffect shader repository.## Introduction
uGUIで画面エフェクトを入れるためのシェーダーです。
ブラーやモザイクや歪みといった画面効果を簡単に差し込むことができます。> Filter
フィルターのマテリアルを入れ替えることで画面効果を切り替えることができます。
Filterより前に描画された画面に画面効果を与えます。> Image2
今回の場合、「Filter」より先に描画されるので、画面効果の影響を受けます。
> Image1
今回の場合、「Filter」より後に描画されるので、画面効果の影響を受けません。
## Example
画面効果の一覧です。
> ブラー
https://github.com/gon-siege/unity-ugui-posteffect/tree/master/Assets/Shader/Blur
> マスク
https://github.com/gon-siege/unity-ugui-posteffect/tree/master/Assets/Shader/Mask
> モノクロ
https://github.com/gon-siege/unity-ugui-posteffect/tree/master/Assets/Shader/Monochrome
> モザイク
https://github.com/gon-siege/unity-ugui-posteffect/tree/master/Assets/Shader/Mosaic
> パルスノイズ
https://github.com/gon-siege/unity-ugui-posteffect/tree/master/Assets/Shader/PlusNoise
> 砂嵐
https://github.com/gon-siege/unity-ugui-posteffect/tree/master/Assets/Shader/SandStorm
> セピア
https://github.com/gon-siege/unity-ugui-posteffect/tree/master/Assets/Shader/Sepia