- Home /
How to blur UI images with uGUI?
I was interested in implementing a non-blurred UI in the foreground and a blurred UI image in the background. How would I go about implementing this with uGUI without an image effect?
Comment
Any particular reason you don't want to use an image effect?
Two reasons. Image effects are costly, especially for mobile. And I want my project to be highly portable. Secondly, I only want one UI image blurred not the whole screen.
Answer by Noob_Vulcan · Jul 23, 2015 at 10:51 AM
To do that you will need a transparent blurred png image , that will be placed in between of the Forground and background image .