Search Issue Tracker
Duplicate
Votes
0
Found in
2019.3.6f1
Issue ID
1229712
Regression
No
Mesh Collider Cooking Options does not reset to default without re-adding Mesh Collider component
How to reproduce:
1. Open the attached project "1229712 - 2019.3.6f1.zip"
2. Open the "Test" Scene
3. Uncheck one of the Cooking Options of GameObject's "Custom mesh - modified" Mesh Collider component
4. Check previously unchecked Cooking Option of GameObject's "Custom mesh - modified" Mesh Collider component
5. Build and Run the project
Expected result: in step 4 - Mesh Collider Cooking Options are set to "Everything" (same as default), hence, in step 5 the collision is working (without mesh read/write enabled (as per documentation))
Actual result: in step 4 - Mesh Collider Cooking Options are set to "Everything" (not same as default), hence, in step 5 the collision is not working (without mesh read/write enabled)
Reproducible with: 2019.3.6f1
Not reproducible with: 2020.2.0a4, 2020.1.0b3, 2019.3.7f1, 2019.3.5f1, 2018.4.19f1, 2017.4.37f1
Workaround: removing and re-adding Mesh Collider component solves the issue
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
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
This is a duplicate of issue #1215857