Search Issue Tracker
Third Party Issue
Votes
0
Found in
2021.3.27f1
2022.3.1f1
2023.1.0b19
2023.2.0a18
Issue ID
UUM-39671
Regression
No
Crash when entering Play Mode with an object having "Use Fast Midphase" on
Reproduction steps:
1. Open the attached project “Bug - NELT RaycastCrash”
2. Enter the Play Mode
3. Click around in the Game View
Reproducible with: 2021.3.27f1, 2022.3.1f1, 2023.1.0b19, 2023.2.0a18
Reproducible on: macOS 13.4 (Intel)
Notes:
- It’s a silent crash so it doesn’t produce a stacktrace
- It may crash just by entering the Play Mode
- Workaround: in the Hierarchy window press on Primitive_1 and in the Inspector window go to Mesh Collider > Cooking Options and disable “Use Fast Midphase“
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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Resolution Note:
Hello, this issue is caused by PhysX's mesh cooking logic failing on very large meshes. An alternative is to disable the flag "Use Fast MidPhase" or simplify the used mesh.
Cheers,
AlexRvn