Hi,
I’m using RenderTexture to render some gui elements to a texture. Therefore I’m using a camera that is rendering the objects that lay in a specific layer. The other cameras are set to ignore this layer.
My problem: Every element that is rendered is visible in the scene view. Is it possible to hide those gui elements from the scene view?
Thanks in advance!