Skybox

I’m not sure where to post this so excuse me for poor choice of board.

The setup is:

  • HD Render Pipeline is in use

  • Camera / Clear Mode is set to “Sky”

  • Lighting / Environment / Skybox Material is set to my custom skybox

  • Scene has a GameObject with Skybox component attached to it, Custom Skybox is set to my custom skybox (I also tried Scene Settings but with no success. Procedural Sky does work though)

  • My custom skybox itself uses “Skybox/6 Sided” shader

  • A fair bit of post processing is enabled

The trouble is:
In game, as well as in Scene view, the skybox is nowhere to be seen

Am I missing something?

For HDRP the environment settings are now on a game object called “Scene Settings”

To create it you right click in the project view rendering → Scene Settings

Or at the top bar Game object → Rendering → Scene settings.

Then from there you get the game object with the sky settings as well as other environment/scene settings.

Should I use “HDRI Sky” to use custom skyboxes? The Skybox Component doesn’t seem to be working. Is the Skybox Component even applicable when using HDRP?

Yea, to use a custom HDRI you will have to add the HDRI Sky component to the list and under visual environment change it from Procedural to HDRI

Also change the baking sky at the bottom to HDRI for the ambient lighting from your custom sky

Everything works perfect.
Thank you very much for your help!

No problem