Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2019.4.X, 2020.1.X
Votes
1
Found in
2019.2
2019.4.6f1
Issue ID
1267509
Regression
Yes
Physics2D Multithreading not behaving as expected
Reproduction steps:
1. Open attached project "MT Physics2D.zip" and scene "SampleScene"
2. Enter Play Mode
3. When MT is ON observer that the boxes hitting the platforms cause the platforms to fall quite far. When the MT is OFF this doesn't happen. Note that turning off the XY position constraints on the Platform Rigidbody2D does the same proving it is related to this.
Expected result: The platforms react the same when the MT solver option is on or off.
Actual result: Platforms react differently when the MT solver is ON.
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
- "EndLayoutGroup: BeginLayoutGroup must be called first" error is thrown when changing Shader Precision Model from the Build Profiles window
- White artifacts/outlines are visible in the Garden Scene when viewing at meshes from a distance
- Shader warnings "Sprite-Unlit-Default" are thrown after building 2D Platrformer Microgame Template
- [Android] HLSL shader becomes corrupted when running on an Android device
- Missing spaces in "Welcome to VR Mutiplayer Template Project" Welcome Dialog window
Resolution Note (fix version 2020.2):
The multi-threaded solver didn't correctly handle contact masses for the XY position constraints. This was correct for the non-multi-threaded solver so only affects the multi-threaded mode. Note that turning off the XY position constraints in the multi-threaded solver stops the problem.