Render object on top in 3D

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;