Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I set a Skybox as my background in Unity?

Tags:

unity3d

I have a Skybox I want to use and am trying to apply it to my scene. When I try to drag it to the Hierarchy box it doesn't work. I tried applying it to a camera like described here, but it didn't work. Thanks in advance.

like image 614
Liam McInroy Avatar asked Dec 06 '22 12:12

Liam McInroy


1 Answers

You seemed to have missed something on that page, it says that

You have two options for implementing Skyboxes. You can add them to an individual Camera (usually the main Camera) or you can set up a default Skybox in Render Settings's Skybox Material property. The Render Settings is most useful if you want all Cameras in your scene to share the same Skybox.

So basically you just go to Edit->Render Settings->Skybox Material->(Whatever skybox you want). If you want to create your own Skybox, see here. Hope this helps!

like image 144
Liam McInroy Avatar answered Dec 13 '22 05:12

Liam McInroy