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
- Code runs slower when using a cached exception instance compared to creating a new one
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
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