The Skybox component overrides the skybox that Cameras on the same GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary draw. It gives you control over what skybox a CameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary renders and is useful when you have multiple Cameras in your SceneA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info
See in Glossary and want to draw different skyboxes depending on the Camera.
Feature | Built-in Render PipelineA series of operations that take the contents of a Scene, and displays them on a screen. Unity lets you choose from pre-built render pipelines, or write your own. More info See in Glossary |
Universal Render Pipeline (URP) | High Definition Render Pipeline (HDRP) |
---|---|---|---|
Skybox component | Yes (1) | Yes (1) | No (2) |
Notes:
Property | Description |
---|---|
Custom Skybox | The skybox that Cameras draw if they are on the same GameObject as this component. The Material you assign to this property should use a skybox Shader. |