Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.3.X
Votes
2
Found in
2019.3
2019.3.0b6
2020.1
Issue ID
1191002
Regression
No
[Unity Physics] Collisions do not work and errors are thrown when entering Play mode
How to reproduce:
1. Open the user-submitted project's Scene
2. Enter Play mode
Expected result: Tank falls on the Plane and no errors are thrown
Actual result: Tank falls through the Plane and errors are thrown
Reproducible with: Unity 2019.3.0b8 (Unity Physics 0.1.0, 0.2.4) Unity 2020.1.0a9 (Unity Physics 0.1.0, 0.2.4)
Notes:
It usually takes up to 40 tries to reproduce the issue.
Could not reproduce with Unity 2019.2 (Unity Physics 0.2.4) in about 150 tries.
The issue does not seem to be related to the number of Physics Shapes and Physics Bodies in the Scene.
The issue does not seem to be related to CPU and Memory load on the computer.
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Resolution Note (fix version 2020.1):
Found out a problem in mono's class initialization where in a certain failure case it would bypass the cleanup of the list of initialized classes. This would cause mono to occasionally throw a TypeloadException incorrectly. This has been fixed.