Search Issue Tracker
Not Reproducible
Votes
2
Found in
5.6.0f3
Issue ID
908273
Regression
No
[Handles] Handles not appearing in scene view when in tool mode
Handles not appearing in scene view when in tool mode
1. What happened
When using e.g., BoxBoundsHandle via a tool mode (e.g., edit collider) Handles are not drawn (n.b. not to be confused with Gizmos). When using it not via a tool mode (e.g., ParticleSystem shape module) they appear fine. Reverting the layout back to default makes the problem go away. I was able to reproduce the problem in 5.5.0, 5.6.0, and 2017.1b3
2. How we can reproduce it using the example you attached
- Open the attached project
- Create a cube
- Try to enter Edit Collider mode from the Inspector
- You should see the wireframe (Gizmo) cube, but no control handles
- Create a Particle System
- Expand the Shape module in the inspector and go through different shapes (e.g., cube); you should see both wireframes and control handles
- Revert the window layout to default and repeat steps above; everything should work as expected now
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
- The word “Template” is not capitalised consistently throughout the “Insert a template into current VFX Asset” window
- UI Document gets stuck in the original state when the UI GameObject is disabled and re-enabled
- “AsyncGPUReadback - NativeArray does not have read/write access” error is thrown when using the AsyncGPUReadback:RequestIntoNativeArray after scheduling a job
- Editor freezes when entering the Play Mode after code changes
- [2D] Grid in tile palette window does not extend to edge of viewport
Resolution Note:
This problem was caused by accessing the edit tool from a second inspector panel (not the original one from a fresh layout). It has been fixed somewhere in 2019.3 beta period and should work now.