Search code examples
androidunity-game-enginepixel-shaderunity3d-gui

Unity 4.6 UI image blur


Is there a way to set blur on the image in new UI on Unity 4.6?

I need normal image to become blurred or pixelized on button click.

I did try to use some free shader from asset store but it doesn't work on android phones.


Solution

  • You might try making a blurred copy of the image and replacing it on button click via script. http://docs.unity3d.com/Manual/script-Image.html