Search Issue Tracker
By Design
Votes
0
Found in
2019.3.0a11
Issue ID
1174828
Regression
No
[Editor] The Gizmo icon visibility in Scene view is controlled by the wrong UI element.
In the Scene window, the Gizmo visibility is controlled through a drop down menu on the top.
However, the check boxes in the menu doesn't do anything. The icon display controls the visibility.
See attached gif.
Repro:
1. Download attached project
2. In the Scene view, try to change the Gizmo visibility.
3. Click on the icons next to the check boxes.
Actual
Check boxes should have all the power.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2019.3.X):
This is the expected behavior. Checkboxes control OnDrawGizmos and OnDrawGizmosSelected. Icons control icons.
https://docs.unity3d.com/Manual/GizmosMenu.html