I need to cover my UI with one big image, set transparency to 30%, and blur everything behind that image.
How could I achieve the blur effect, any hit about this problem?
Example:
I need to cover my UI with one big image, set transparency to 30%, and blur everything behind that image.
How could I achieve the blur effect, any hit about this problem?
Example:
Hi @Dava! Why you can’t just set a background image with the blur effect behind or on top of the other image element? Or is the example below more what you are looking for?
Blockquote with the blur effect behind or on top of the other image element?
The link you sent me would not be useful because I have UI elements (sprites) on 2D Screen, and they are not moving (except for some animated buttons)
Can you explain why this is not working for you? Does this not give the effect you try to achieve?
If you set transparency to 30%, you can still see clearly everything behind it.
I need to blur everything, and that’s my client wishes
You need to use a custom shader/pass much like the example @Albertos shared above to blur that surface. Not sure if it’s trivial to add it on a UI element though, I haven’t tried that myself.