- Home /
How to have a gradient blur in objects?
This is related to a previous question I've asked here: http://answers.unity3d.com/questions/1130356/how-to-blur-entire-scene-but-a-specific-spot.html
At the time I managed to solve my problem with a "hard" cutoff on the blurred and non-blurred objects. But now I need to have the same effect, but with some sort of "transition" between them, like the objects still being blurred at the edges of the circle "mask" I'm using and getting "non-blurred" as they get closer to the center.
As it is a mobile game, performance is really important, so is there any way of doing that without destroying my fps?
Thanks for your attention.
Your answer
Follow this Question
Related Questions
Stencil buffer on mobile 0 Answers
Blurry smooth edges of a mesh 0 Answers
Why Sprites-Default shader hasn't any fallback? 1 Answer
Mobile blur shader 0 Answers
My shader works on desktop, but black screen on Android. 0 Answers