PavelDoGreat / Super-Blur

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

how to run in unity 2019.1.0f2 #16

Open SuChengSummer opened 5 years ago

SuChengSummer commented 5 years ago

hello,it's doesn't work on unity2019.1.0f2. can help me?

VoodaGod commented 5 years ago

I've only tested on 2018.1.21, but it works once you do this:

Set the correct shaders for the materials: SuperBlurPostEffect -> Custom/SuperBlurPostEffect SuperBlurUI -> UI/SuperBlur

Originally posted by @Cambesa in https://github.com/PavelDoGreat/Super-Blur/issues/12#issuecomment-416669420