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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
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.