Search Issue Tracker
By Design
Votes
1
Found in
2020.3.36f1
2021.3.5f1
2022.1.8f1
2022.2.0a18
2023.1.0a2
Issue ID
UUM-7714
Regression
No
Physics objects trip and/or jump when colliding with other colliders
How to reproduce:
1. Open the user-attached “Physics Tripping Bug.zip” project
2. Open the “SampleScene” Scene (Assets/Scenes)
3. Enter Play Mode
Expected result: Both cubes slide smoothly along the planes
Actual result: “Cube 2” starts jumping at random intervals on the Plane with multiple Colliders
Reproducible with: 2020.3.36f1, 2021.3.5f1, 2022.1.8f1, 2022.2.0a18, 2023.1.0a2
Note:
- Not reproducible on a new project
Comments (1)
-
atomicjoe
Jun 30, 2022 16:35
What do you mean by "Not reproducible on a new project" ?
I was having this issue in all my project and decided to make a repro project just for the bug report, so it definitively reproduces on new projects.
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
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
- Hovering on the three-dot menu also highlights the tab header near it when not all tabs fit the bar
Resolution Note:
This common physics simulation issue is sometimes referred to as the “internal edge conflict”. The issue occurs because contacts where the tiles meet can be generated with normals that are not perpendicular to the shared plane.
Two most common solutions to this issue are using contact modification API to discard malformed contacts or to merge the mesh/box colliders into one single mesh.