Fun with Skybox’s in Unity

This tutorial will cover how to add a Skybox to your scene. The Skybox will be what the player sees in the distance. It will also add to the lighting of the scene. The first step is to create a new material and in the inspector set the shader to Skybox and select 6-sided.

Next, add all of your images to their proper locations in the skybox.

Then go to the Lighting Settings window and set your new skybox as the Skybox Material.

That is all it takes, now you will see your skybox in your scene! You can also see how it impacts the lighting.

-Chris

--

--