#Camera Background
1 messages ยท Page 1 of 1 (latest)
I think you have to add a background image in a canvas
how could i make it not being on top of game objects ?
like the player
you need to make a material and set it to a skybox material
there you can drag your images onto the material and it will create your skybox
You would set the canvas to "screen space - camera" and then increase the plane distance until it is behind all of your desired gameobjects.
This method is intended to be used in 2d games, so if your game is a 3d game then you would do elvizer_'s method above.
this worked thanks
No problem