I’ve got a problem with a Render Texture and a GUITexture. I’ve created a Render Texture and when I add a GUITexture in the scene, the texture appear in the preview of my Render Texture ! How can I avoid this ?
You have to put the GUITexture on its own layer, and disable the render texture camera’s ability to render said layer, that should fix it.
Thank you very much, it works. I’ve set a new layer for my GUITexture and removed it of the list of Camera’s parameter “Culling Mask”.