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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.