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
- Lights on Renderer Features break when rendering at lower resolution with "Forward+" Rendering Path
- [Android] High GPU usage is reported when the device is rotated into landscape orientation and the application is Vsync bound
- Aspect ratio toolbar doesn’t have tooltip to display contextual help or information when hovering over it
- Particle System isn't playing in Play Mode when it's out of view in Scene view, Simulation Space is set to "World", and Culling mode is set to "Pause and Catch-up"
- [Android] GameObject not rendered when rendering is performed with the help of "BatchRendererGroup"
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.