skip to Main Content
I change my directional light color but it doesn’t reflect in the Sun or skybox material.
There’re two properties in the skybox material that affects the overall lighting: Sun Color and Exposure (“_SunColor” and “_Exposure” respectively). You can modify them in a script using “material.SetColor(“_SunColor”, yourColor) for example.

Single Pass Stereo VR support?
In Single Pass Stereo or MultiView, you need to add the script “SkyboxPlus” to the main directional light.

Can Moon use a different direction?
Yes. Add the “SkyboxPlus” script to the main directional light and assign any object you want to represent the Moon to the “Moon” field.
Back To Top