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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
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