Version: Unity 6.7 Alpha (6000.7)
Language : English
Draw Modes overlay reference
Debug Mode options overlay reference

View Options overlay reference

Change what the Scene view displays. These controls only affect the Scene view during development and have no effect on the built game.

The View Options overlay with all effects, hidden objects, and gizmos selected
The View Options overlay with all effects, hidden objects, and gizmos selected
View option Description
2D View the scene in 2D or 3D. In 2D mode, the camera looks towards positive z, with the x-axis pointing right and the y-axis pointing up.
Audio Enable or disable audio.
Effects Enable or disable rendering effects. Use the dropdown to select the following effects: Enable or disable rendering effects. Use the dropdown to select from the following effects:
  • Skybox: Show a skybox texture as the scene’s background.
  • Clouds: Shows cloud layers and volumetric clouds. Only available when using an SRP that supports clouds.
  • Fog: Gradually fade the view to a flat color with distance from the camera.
  • Flares: Lens flares on lights.
  • Always Refresh: Display the animation of animated materials, such as grass waving on a Terrain.
  • Post Processing: Show Post-processingA process that improves product visuals by applying filters and effects before the image appears on screen. You can use post-processing effects to simulate physical camera and film properties, for example Bloom and Depth of Field. More info post processing, postprocessing, postprocess
    See in Glossary
    effects.
  • Particle Systems: Show Particle SystemA component that simulates fluid entities such as liquids, clouds and flames by generating and animating large numbers of small 2D images in the scene. More info
    See in Glossary
    effects.
Scene Visibility Show or hide all hidden GameObjects (GameObjects marked as not visible in the Hierarchy window). For more information, refer to Scene Visibility.
Layers Select which layers to display. For more information, refer to LayersLayers in Unity can be used to selectively opt groups of GameObjects in or out of certain processes or calculations. This includes camera rendering, lighting, physics collisions, or custom calculations in your own code. More info
See in Glossary
.
Camera Settings Configure the Scene view Camera. For more information, refer to Scene view Camera.
Gizmos Enable or disable gizmos. Use the dropdown to select individual gizmos, or the Gizmos button for all gizmos. For more information, refer to Gizmos Menu.

Additional resources

Draw Modes overlay reference
Debug Mode options overlay reference