Super-Blur icon indicating copy to clipboard operation
Super-Blur copied to clipboard

Shader error in unity 2019.3.1f1

Open it1shka opened this issue 4 years ago • 3 comments

Just not working. Showing purple image (means a mistake in shader) :'(

it1shka avatar Jun 24 '20 19:06 it1shka

I had the same issue, you just need to set the shaders yourself. Check out #12

Chikanz avatar Jun 28 '20 05:06 Chikanz

Did anybody got it working? I tried the procedure , but the materials were pink and then when i set the shaders myself, it didn't get the desired effect. Am I missing something?

Nemomgk avatar Jul 16 '20 12:07 Nemomgk

I also had the same issue, something about Graphics Blit, I assumed it was a Unity 2020 thing. So I just made my own shader that follows similar logic using RenderTexture https://github.com/zephyo/UI-Blur-LWRP-2020.

zephyo avatar Sep 05 '20 15:09 zephyo