Setting an Image as Camera Background (Unity 4.6)

Hi!

I’ve searched solutions for this issue but no one works on unity 4.6.

I’m making a simple rock-band like game and i don’t know how to set up an image as the background of my camera ( without creating a 10000x10000 image plane on the back wich doesnt seem the best solution )

Any ideas?

Thanks!

i think you should put 2 camera in scene , one with custom layer that process just background image and other one for other game objects .

don’t forget set the depth :wink: