Create a skybox from a scene?

Is it possible to create a skybox from a unity scene? I’d like to use it in VR so I don’t have to render the geometry.

You can place a reflection probe to your scene and bake a cube map.
Then create new material and set its shader to SkyBox->Cubemap
Drag your generated cube map into your material.

1 Like