Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to find the skybox package in Unity5?

Tags:

unity3d

skybox

I'm fairly new to Unity and I'm following a tutorial on adding skybox to my scene. In the tutorial they are using Unity4 and they do Assets>Import Package>Skybox but I do not see this option in Unity 5. Anyone know where it's located?

like image 369
aresz Avatar asked Mar 13 '15 17:03

aresz


People also ask

How do I connect my Skybox to my camera?

To add a Skybox Component to a Camera, click to highlight the Camera and go to Component->Rendering->Skybox.


2 Answers

Window->Lighting menu to apply a skybox material to your scene.

To override for a specific Camera add a Component->Rendering->Skybox to the Camera GameObject.

See: http://docs.unity3d.com/Manual/class-Skybox.html

For skybox materials you can go to the Asset Store and download the free Standard Assets for 4.6 from Unity. There should be some other free skyboxes on the Asset store are well, or you can download from the web then create a new material in Unity 5 and select the Skybox shader (supports 6 sides, cube map, procedural) and set the textures.

like image 163
Huacanacha Avatar answered Sep 21 '22 01:09

Huacanacha


If you had downloaded any version of Unity prior to Unity 5-

Go to C:\Program Files (x86)\Unity\Editor\Standard Packages and double-click on the Skyboxes file.

But you need fix the alpha in the textures, go to the project panel "/Standard Assets/Skyboxes/" in the hierarchy and then select one skybox. Click the "fix now" buttons in the inspector. Do this for all skyboxes.

like image 30
adoomedknight Avatar answered Sep 20 '22 01:09

adoomedknight