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
- Shader warnings are thrown after building High Definition 3D template
- "EndLayoutGroup: BeginLayoutGroup must be called first" error is thrown when changing Shader Precision Model from the Build Profiles window
- White artifacts/outlines are visible in the Garden Scene when viewing at meshes from a distance
- Shader warnings "Sprite-Unlit-Default" are thrown after building 2D Platrformer Microgame Template
- [Android] HLSL shader becomes corrupted when running on an Android device
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