PavelDoGreat / Super-Blur

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

Shader error in unity 2019.3.1f1 #21

Open it1shka opened 4 years ago

it1shka commented 4 years ago

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

Chikanz commented 4 years ago

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

Nemomgk commented 4 years ago

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?

zephyo commented 3 years ago

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.