|
Hello, I'm using the Shader Replacement depth of field script in my game, but I've found that it doesn't work well with particles. They become blurry no matter what range they are at. Is there any way to remedy this, or perhaps exclude the particle objects entirely from the auto-generated depth texture?
(comments are locked)
|
|
I have had the same problem, they seem to start to blur once they reach the horizon line. This is a comment and not an Answer. Would be good to change it to a comment so others would know this question hasn't been answered.
May 25 '11 at 09:36 PM
Barrett Fox
(comments are locked)
|

I know nothing of shader-voodoo, you'd probably be helped best here: http://forum.unity3d.com/forums/16-ShaderLab. My guess is however that either you'll have to modify the shader to exclude particles or put the particles on an other layer, let an other camera film them and put that over your normal cameras view.