GUITexture as background?

random question;
Is it somehow possible to have GUITexture render behind the 3d objects? ie as the background?

Sure. Just create a “Background” camera that only renders the background and then put your main camera one level above that with the clear flags “Depth Only”.

well doesnt that work the treat :smile: thanks