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
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
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.