Fun with Skybox in Unity

Niraj Karki
Jun 15, 2021

Stealth Game & Cinematography

Objective: Add Skybox to our scene view

Let us start by creating a material that holds the skybox. To do that go to your project tab and right click on the folder you want to store your material on then Create>Materials.

Then on the inspector of the created Material, Select Skybox>6 Sided on the Shader drop-down and add all the six skybox texture.

Now, Go to windows>Rendering>Lighting to open the Lighting tab.

Then inside the Environment, add your created skybox material inside the skybox material and you are good to go.

--

--