Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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