PavelDoGreat / Super-Blur

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

Blur one set of UI elements and not the other #7

Open babazookz opened 6 years ago

babazookz commented 6 years ago

Hi, how to achieve this example:

  1. I have Shop UI and set of buttons
  2. Click on one button PopUp screen should show and everything in the background (Shop UI) should be blurred but not the PopUp screen

Can you help understand how to achieve this?