Search Issue Tracker
Active
Votes
2
Found in
2020.2.0a14
2021.1
2021.2
Issue ID
1305536
Regression
Yes
Cannot select UI GameObjects in the Scene view when gizmos are disabled
Cannot select UI GameObjects in the Scene view when gizmos are disabled
How to reproduce:
1. Download and open the submitted project "UIGameObjectsBug.zip"
2. Disable Gizmos on the top-right of the Scene view
3. Press on the button in the Scene view
Expected result: Button GameObject is selected
Actual result: Button GameObject is not selected
Reproducible with: 2020.2.0a14, 2020.2.2f1, 2021.1.0b2, 2021.2.0a1
Not reproducible with: 2018.4.30f1, 2019.4.18f1, 2020.2.0a13
Notes:
Enabling gizmos prevents the issue.
The issue is reproducible with any UI GameObject.
The issue does not affect other 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
- Changes to instanced detail mesh material don't immediately apply
- Undo.RegisterObject or Undo.CreateObject dirties the scene, but no actual changes to Scene are made
- [Profiler] Scrubbing through filtered frames or sorting their data replaces the displayed data with duplicated data entries
- [UI Builder] It is possible to add content to parent document while editing child document in place
- EndChangeCheck is not triggered when clearing the IMGUI search field by pressing the "x" button
Allen-Chou
Jan 14, 2021 22:32
This is also an issue for scripts that rely on OnDrawGizmos for drawing invisible mesh to create custom clickable selection areas.