Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4
2018.4
2019.2
2019.3
2020.1
2020.1.0a23
Issue ID
1218187
Regression
No
Rotated and scaled parent distorts child object Mesh Renderer or Collider
How to reproduce:
1. Open attached project and scene "repro"
2. Select Cube(2) on hierachy
3. Observe sceneView -> you should see the mesh and green colliderbox is already not aligned, the Cube(2) is distorted (wrong)
4. Drag Cube(2) on hierachy to same level as Cube (so that Cube is not Cube(2)'s parent)
5. Observe sceneView -> you should see the mesh and green colliderbox is aligned. the Cube(2) is not distorted (correct)
Expected result: the renderer is aligned with the box collider
Actual result: either renderer or box collider is distorted
Reproducible with: 2017.4f.37f1, 2018.4.17f1, 2019.2.21f1, 2019.3.1f1, 2020.1.0a23
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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
Resolution Note:
Our physics integration doesn't support skew transform (=rotation in the non-uniformly scaled subspace), as it turns primitives into general type shapes. For instance, a simple box may become a parallelogram - this becomes costly from the computation cost point of view, and it's a hidden cost kind of thing as well.