Search Issue Tracker
By Design
Votes
1
Found in
5.3.1f1
Issue ID
762846
Regression
No
When an object has a parent and physics were initiated collider is misplaced
Reproduction steps:
1. Open attached project (ReproProject.zip)
2. Open and play the "test" scene
3. Notice that the red plank doesn't touch the ground
4. In the hierarchy click on the "ObjPlank" under level 16 -> Button(Plank) -> ObjectAffector -> ObjPlank
5. Notice that the collider is misplaced (check error.jpg)
Actual result: Collider is misplaced.
Expected result: Collider borders should be the same as the MeshRenderer borders.
Note: When the plank falls on a flat surface the collider isn't misplaced.
By Design: The basePlank object has unsupported skew transform on it, so physics and graphics won't be in sync. As a matter of fact, it's only the physics collider that is placed correctly. The graphics plank overlaps the pillars since it takes skew into account.
Reproduced on: 5.1.4p1, 5.2.4p1, 5.3.1f1, 5.3.1p4, 5.4.0b3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "You cannot save to an invalid folder" warning dialog box is shown when canceling Tile Palette creation
- Global Volume visual details are blurred when Tonemapping mode is set to any other than 'ACES'
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
Add comment