Color of default skybox

So I’m changing Source to color so I can have default lighting with a different skybox. But the problem is that I do not know what color the default skybox uses. (Basically, I want to replicate the default skybox lighting without using the default skybox itself)
alt text

1 Answer

1

Hey unity_G3ulWmfFgraLvA,
The default skybox uses the procedural skybox shader. Here is how to use the default skybox with a different color. Create a new material. Then, go up where it says standard shader and click on that. You should get a dropdown with categories of shaders. Click on Skybox and click on the procedural skybox shader. Next, drag that material into the slot in the lighting settings at the top where it says Default-Skybox in your image. Now, you can adjust your skybox as much as you want till it looks perfect. Hope that helps!