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
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
Add comment