Skybox ambient not working in Unity 6

Hi,

The Skybox ambient not working in Unity 6, is this a bug ?

Gradient and Color ambience work ok. Also tested and happens also with a standard URP material.

Same scene works fine in Unity 2022.3

Thanks

Please try assigning the Directional Light, which is your sun, to the Sun Source property in the Lighting Window, under the Environment tab. In some earlier versions of Unity the built-in Skybox used the first Directional Light in the scene to calculate the sun angle and other properties, but you can (and must) now manually pick which light is the sun.

1 Like

Thanks, is very helpful also