Skip to content

MisterX2000/UnityUIBlur

This branch is 4 commits ahead of PavelDoGreat/Super-Blur:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9d1fa84 · Mar 17, 2019

History

14 Commits
Mar 17, 2019
Jan 8, 2017
Feb 8, 2019
Jan 8, 2017
Feb 8, 2019

Repository files navigation

UI Blur for Unity

view

Usage

Just add UIBlur.cs script to Camera and attach UIBlurPostEffect and UIBlur material to it.

Properties

editor

  • Kernel Size - Bigger kernels produces bigger blur, but are more expensive.

  • Interpolation - Use if you want to create smooth blurring transition.

  • Downsample - Controls buffer resolution (0 = no downsampling, 1 = half resolution... etc.).

  • Iterations - More iterations = bigger blur, but comes at perfomance cost.

  • Gamma Correction - Enables gamma correction to produce correct blur in Gamma Colorspace. Disable this option if you use Linear Colorspace.

Credits

Based on https://github.com/PavelDoGreat/Super-Blur

Releases

No releases published

Packages

No packages published

Languages

  • HLSL 78.0%
  • C# 22.0%