Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: zedia.net on October 11, 2013, 11:07:16 AM
-
I made a custom shader so that you can Blur UITextures. I am not a pro in shaders so it is probably not optimal, but it works great for me. I couldn't get it to work with UISprites because all sprites in an Atlas share the same material, so everything would get blurred, not very useful.
So here you go:
http://www.zedia.net/2013/blur-filter-for-uitexture-in-ngui/
I am currently working on a Glow shader too, my goal is to replicate the filters in Flash.
Cheers
-
Thank you for this! I was after something that would do this, spent a couple of days working on something but this is what im now using! Thanks again.