Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2018.3.X, 2019.1.X
Votes
3
Found in
2018.3.0f2
Issue ID
1110897
Regression
Yes
Crash on PhysicsContacts2D::RemoveContact when destroying a GameObject in the play mode
To reproduce:
1. Open attached project
2. Open "Puzzle_Beijing01_10" scene and press play
3. Play till editor crashes.
Actual result: Unity editor crashes
Expected result: Unity editor should not crash
Reproduced with: 2018.3.0a1; 2018.3.1f1; 2019.1.0a1; 2019.1.0a13
Can't check the repro on 2018.2 due to errors.
2017.4 crashing while opening the project
-
dreambuffer
Mar 22, 2020 16:09
The problem persists in unity 2019.3.2f1
-
viruseg
Aug 19, 2019 07:42
The problem persists in unity 2019.2.1
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
- Exception when adding column to multicolumntreeview with visible set to false
- “InvalidOperationException: System.InvalidOperationException” and “Assertion failed on expression” errors are logged when starting Server in Play mode
- [iOS] App freezes and the "You can attach a managed debugger now if you want” message doesn’t show up when running the app on iOS devices with the "Wait For Managed Debugger" setting enabled
- TouchScreenKeyboard.hideInput set from "true" to "false" when TextField is clicked in Android builds
- [Android] ReadPixels gives different results when using Vulkan on some devices
Resolution Note (fix version 2019.2):
This was an issue with the new multi-scene physics where contacts were left orphaned due to removal from scene prior to contacts being fully destroyed.