Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.2.X, 6000.3.X, 6000.4.X
Votes
2
Found in
2021.3.46f1
2022.3.53f1
6000.0.28f1
6000.1.0a5
6000.2.0a1
6000.3.0a1
6000.4.0a1
Issue ID
UUM-87841
Regression
No
Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
NOTE FROM [~alexandru]: DO NOT CLOSE THIS CASE BECAUSE IT IS ALIVE FOR TOO LONG. PLEASE REACH OUT FIRST AND WE CAN DISCUSS CONVERTING IT.
Reproduction steps:
1. Open the attached “Bug.zip” project
2. Open the “SampleScene”
3. Select the “Parent” GameObject from the Hierarchy
4. Observe the Box Collider Gizmo in the Scene view
Expected result: The Box collider matches the Cube transforms
Actual result: The Box collider does not match the Cube transforms
Reproducible with: 2021.3.46f1, 2022.3.53f1, 6000.0.28f1, 6000.1.0a5
Reproducible on: Windows 11
Not reproducible on: no other environment tested
Note:
- The skewing of the rotated Cube is expected due to its parent having non-uniform Scale based on: https://issuetracker.unity3d.com/issues/rotation-causes-skewing-when-transform-is-a-child-of-a-non-uniformly-scaled-transform, but then the Collider should match the skewing
Comments (1)
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
appellod
Nov 20, 2024 06:54
Same behavior with Mesh Colliders. Hoping at the very least Mesh Colliders can match the visual skew. I can understand if the physics engine doesn't want to warp a Box Collider.