Putting Background on 3D menu

I was just wondering if there was a way to put a background have it behind the scene with the GUI methods. I know I could just stick the image on a plane and place it in the correct position but i was seeing if there was a way you can do it without that. I have already tried having 2 cameras with different depths, but that didn’t work.

thanks

Two cameras with different depths does work, as long as you’re using a GUITexture for the background and not OnGUI commands.

–Eric

Ok, but how do I make it so the GUI texture always fits the screen, because this probably will be played as a Web player and Standalone 1024

Set the scale to (1, 1, 1) and the pixel inset values to 0.

–Eric