- Home /
Generic clipsafe fading ✿
This shader fades objects that are near the clipping plane: http://wiki.unity3d.com/index.php/AlphaClipsafe However, it forces to use that particular shader. What is the best method of combining this effect with another shader?
Comment
You'll want to write the shader you need, using this example, and the source for whatever you want to combine it with.