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
- [macOS] Project fails to load when Virtual Artifacts are Corrupted
- Long scheduler times on main thread when using InstantiateAsync with a singular massive Prefab
- The project hangs upon opening it when importing the "discrete_rank2_vector_v2_0.onnx" file
- Opening the Look Dev hangs the Editor when the window is opened for the first time in the project or after deleting the Library folder
- Look Dev has blurry icons on 4k monitors
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.