Hi!
Following usecase: I want an object (e.g. a plane) with a texture rendered in front of the camera (about 0,5 units). The texture is in a way that a “hole” is in the middle you can see through. It all works fine, except that objects that get very close to the camera get in front of the plane and can be seen (of course). The easiest way would be to render the texture on top of everything, so that also when objects are in front of it the still seem to be behind it.
I tried it with the UI shader and it works kind of, except that throug the plane things are seen very slightly (using vr). This affect does not appear in the editor/main monitor, only the hmd.
Any idea or simple shader for vr to render a material on top of everything?
Thanks!
Hannes