Is there a way to render an object on top of everything else, like cancelling the depth test or putting it in its own render layer?
Found it
material.mainPass.depthWrite = false;
Is there a way to render an object on top of everything else, like cancelling the depth test or putting it in its own render layer?
Found it
material.mainPass.depthWrite = false;