- Home /
background GUI texture
How can I get a GUI texture behind everything and use as a background?
Answer by Nemox · Jun 09, 2011 at 11:11 PM
I think you could set your main camera's clear flags to Depth Only, then use a separate camera with lower depth, which would look directly at a plane with your texture on it.
Then, whenever your scene is rendered, the deepest camera will draw your texture, then your main camera will draw your scene. Anywhere that a skybox would normally be, instead there will be your texture.
Your answer
Follow this Question
Related Questions
transparent background with GUI.DrawTexture 0 Answers
How to place/add a HD image/picture in background of my game? 0 Answers
Changing Font, Background/Style of GUI Buttons 1 Answer
Creating a GUI Button background texture 2 Answers
How can I prevent my GUI background texture from getting pixelated or stretched? 1 Answer