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
- Camera Preview does not detect multiple cameras with same GameObject name
- Crash on TypeTreeIterator::Children() when renaming a corrupted asset while Asset Serialization is set to Mixed
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
- Loading animations are hitching or stopping when using "SceneManager.LoadSceneAsync" to load new scenes
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.