Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2019.1.0a1
2019.1.1f1
2019.2.0a1
2019.3.0a1
Issue ID
1151531
Regression
No
GameObject with Script Component containing OnDrawGizmos() function gets selected when selection box touches center of Gizmo
How to reproduce:
1. Open "DragSelectExample" Scene in the attached "case_1151531-PickRectObjects.zip" Unity project
2. Select the GameObjects in the Scene by clicking and dragging the cursor
3. Observe the drag-selection
Expected result: each GameObject is selected only when the drag selection contains the entire GameObject
Actual result: the 4th GameObject is selected when the drag selection touches the center of the Gizmo
Reproducible with: 2017.4.26f1, 2018.4.0f1, 2019.1.2f1, 2019.2.0b1, 2019.3.0a2
Note: the bug does not affect UI GameObjects.
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
- Material does not update when setting an enum keyword using EnableKeyword
- AddComponentMenu.componentOrder has no effect on the "Add Component" menu in the Inspector window
- Distant objects become visibly illuminated when looking through the volumetric fog with SSGI enabled
- WebGL build crashes when opening a ZipArchive entry and "Code Optimization" is not set to the default "Shorter Build Time"
- Severe visual artifacts happen in the Editor when using GrassFlow package assets with Compute Shader
Resolution Note (2019.3.X):
changing this behavior would require to use the rendering picking and would therefore no longer let you marquee select objects irrespective of depth.