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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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