Skyboxes in Unity 2018

Hey,

So I’ve downloaded unity 2018, everything is great, except… skyboxes. How do I use custom skybox shaders now? I can’t get any skybox material to be seen by the camera (only the “Scene Settings” skybox settings work).

Or is there no fix for this while using HDRP?

In HDRP the skybox is set through the “Scene Settings”.
If you want to be able to use your custom skybox shaders, you will have to write you own sky settings.

You can look at the HDRP built-in code to make you own.