Skybox in Bootcamp demo

I had been modifying the bootcamp demo (to learn about Unity and as a starting point for my own stuff) and have succeeded in adding my own runtime procedural textures and terrain, but I can’t figure out how to replace the default skybox - it clearly uses the “forest_skybox” but this doesn’t appear in the Hierarchy list, only under “Project”. I can change the general type of sky by modifying the “clear flags” for the main camera, but this doesn’t allow the selection of a different skybox nor any means of changing the textures within the “forest_skybox”. The two sky-related js scripts under Project do not seem to be actually used.
Surely someone knows how to change the skybox textures…

Click Edit>Rendering Setting Then replace the Skybox Material.

Thank you - that works.

Glad to be of help!