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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
Add comment