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
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
This is a duplicate of issue #1215857