All Projects → keijiro → unity-facecensor

keijiro / unity-facecensor

Licence: other
Pixelation image effect example.

Programming Languages

javascript
184084 projects - #8 most used programming language

unity-facecensor

Pixelation image effect example.

Lerpz

Usage

  1. Add Pixelation Image Effect to the main camera.
  2. Add mask objects to specify the area of pixelation.
  3. Set Scale property to adjust the level of pixelation.

What is Mask Object?

This effect uses alpha level on the framebuffer to blend the pixelated image (i.e. destination alpha blending). So you should place some objects which cover the area of pixelation. You can use AlphaFill shader to set the alpha level and leave the RGB levels.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].