PavelDoGreat / Super-Blur

Screen and UI gaussian blur for Unity
MIT License
843 stars 107 forks source link

SuperBlurFast not working #15

Closed dylsg closed 5 years ago

dylsg commented 5 years ago

SuperBlur is working for me, but nothing happens when I adjust the iterations when using SuperBlurFast.

I'm using Screen render mode.

I don't fully understand the code, but something doesn't seem right..? Why is the blurring only applied during OnPostRender?

dylsg commented 5 years ago

Seems like I needed to disable MSAA on the camera. Works great now!