Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Scene View preferences reference

Reference for Scene view preferences.
Read time 2 minutesLast updated 13 days ago

Customize these settings to control object placement and visibility while you edit in the
Scene

?

view.
To open these preferences, in the Unity Editor go to Edit > Preferences >
Scene View

?

(macOS: Unity > Settings > Scene View).

General Scene view settings

The General Scene view settings section contains the following settings.

Setting

Description

3D Placement ModeSets where newly created 3D objects are placed in the scene. The following options are available:
  • World Origin: Instantiates new 3D objects at world coordinates
    0, 0, 0
    .
  • Scene Intersection: Instantiates new 3D objects at the nearest collider in the center of the Scene view. If no collider is hit, the 3D object is instantiated at the
    SceneView.pivot
    .
  • Scene Pivot: Instantiates new 3D objects at the
    SceneView.pivot
    .
Use prefab asset position when dropping on the Hierarchy windowPlaces prefabs added to a scene through the Hierarchy window at the transform position value they were saved with. When disabled, prefabs are placed according to the 3D Placement Mode setting. This setting is disabled by default.
Create Objects with Constrained Proportions scale onDefines the default behavior for Scale in the Transform component. When enabled, changing a GameObject's scale on any axis changes the other axes by the same amount. You can disable and enable this option for individual GameObjects in the Inspector window.
Auto-hide gizmosHides the gizmos of components collapsed in the Inspector window.
Refresh the Scene view only when the Editor is in focusIgnores the Always Refresh flag on the Scene view when the Unity Editor is not the active application.

Scene view handles settings

The Handles section of the Scene view preferences contains the following settings.

Setting

Description

Line ThicknessSets the line thickness of your transform tools.

Scene view search settings

The Search section of the Scene view preferences contains the following settings.

Setting

Description

Enable filtering while searchingGrays out any non-matching items in the Scene view. Enabled by default.
Enable filtering while editing LOD groupsGrays out other objects in the scene while you edit level of detail (LOD) groups. Enabled by default.

Additional resources