Search Issue Tracker
Active
Under Consideration for 6000.6.X
Votes
0
Found in
6000.0.75f1
6000.3.15f1
6000.4.7f1
6000.5.0b8
6000.6.0a5
Issue ID
UUM-142643
Regression
No
Crash on Scripting::UnityEngine::SubsystemManagerProxy::ClearSubsystems when adding a Mesh Collider Component to a GameObject
How to reproduce:
1. Open the attached “IN-141693“ project
2. Open the “TestCorruptBackup” scene
3. In the Hierarchy, select the “test“ GameObject ()
4. In the Inspector, click the “Add Component“ button and add a Mesh Collider Component
5. Observe the crash
Reproducible with: 6000.0.0f1, 6000.0.75f1, 6000.3.15f1, 6000.4.7f1, 6000.5.0b8, 6000.6.0a5
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Notes:
- When the Mesh Collider is added through a script, a stack overflow error is thrown
- Reproduces on Meshes imported through Unity's Asset Transformer Toolkit 3.2.2 and not all Meshes are affected
- On Editor version 6000.3.15f1, the Editor freezes instead of crashing
First few lines of the stack trace:
0x00007FFC64960E48 (Unity) Scripting::UnityEngine::SubsystemManagerProxy::ClearSubsystems
0x00007FFC649652C7 (Unity) SubsystemManager::CleanupInstances
0x00007FFC64964C2E (Unity) SubsystemManager::`vector deleting destructor'
0x00007FFC6222F6AF (Unity) RuntimeStatic<SubsystemManager,0>::Destroy
0x00007FFC656E5590 (Unity) RegisterRuntimeInitializeAndCleanup::ExecuteCleanup
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Some post-processing volume overrides only update after a refresh when using HDRP
- Video Player glitches when Skip On Drop is enabled
- GameObject movement in Scene view becomes stuttery and intermittently freezes when using non-standard pointers across editor tabs or window boundaries
- Addressables.CheckForCatalogUpdates() always returns 0 when "Only update catalogs manually" is enabled
- VFX Graph forces a lengthy recompilation freeze when exiting Play Mode with a cloned Render Pipeline asset
Add comment