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
- Prefab Override popup displays on wrong monitor when Inspector width is resized to minimum
- Scroll View is not moving by inertia after scrolling by click and dragging when Editor window is minimized and Canvas "Render Mode" is set to "World Space"
- "type mismatch error" occurs when the currentDirectionWS output of a Sample Water Surface node is connected to a float3 input
- URP Material Upgrade utility does not enable Alpha Clipping when material had Rendering Mode set to Cutout
- Particle System emission ignores the Sprite Atlas when using a Material that has the "Include in Build" setting unchecked
This is a duplicate of issue #1215857