Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2017.4.3f1
Issue ID
1041838
Regression
No
Adding MeshCollider Meshes without CookingOptions.CookForFasterSimulation causes crash in physx::SubSortQuick::sort4
To reproduce:
1. Open project
2. Open and play 'PhysicsMeshCrash' scene
Expected vs actual: editor should not crash
Reproduced: 2017.3.0b1, 2017.3.2f1, 2017.4.4f1, 2018.1.2f1, 2018.2.0b5
Note: the crash is caused by setting meshColider.cookingOptions to MeshColliderCookingOptions.None in lines 219-226 in 'QuadMeshDebug.cs' script.
Comments (1)
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
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
amcakebread
Nov 22, 2018 08:35
I am experiencing the same issue. I have been waiting for some time for this to be resolved. There is no way to trap this problem in code or within editor scripts - any attempt to set meshColider.cookingOptions to MeshColliderCookingOptions.None causes immediate crash to desktop