Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2019.4.X, 2020.1.X, 2020.2.X
Votes
1
Found in
2019.4
2020.1
2020.1.1f1
2020.2
Issue ID
1268659
Regression
No
Crash on PhysicsScene2D::DestroyColliderIgnoreCollisions when loading a scene async
Reproduction steps:
1. Open the project attached by the user
2. Open "scn_gray_1_1" scene and enter Play mode
3. Continue forward to load another scene, then go back to load the previous scene
4. Repeat step 3 until it crashes
Reproducible with: 2019.4.9f1, 2020.1.4f1, 2020.2.0b1
First lines of the stacktrace:
0x00007FF641138418 (Unity) PhysicsScene2D::DestroyColliderIgnoreCollisions
0x00007FF64111D3E3 (Unity) Collider2D::Deactivate
0x00007FF63FD45148 (Unity) GameObject::ActivateAwakeRecursivelyInternal
0x00007FF63FD44FD5 (Unity) GameObject::ActivateAwakeRecursivelyInternal
0x00007FF63FD44D2F (Unity) GameObject::ActivateAwakeRecursively
Notes:
- Might be related to case 1231211, but that one is already fixed whereas this still reproduces on the newest versions
- I was struggling to test 2019.4.9f1, since the project package integration breaks after downgrading, but it did crash with the same stacktrace when trying to enter Play mode
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment