Search Issue Tracker
By Design
Votes
0
Found in
2019.3.10f1
2019.3.11f1
2020.1.0b4
2020.2.0a5
Issue ID
1242625
Regression
Yes
Physics.BakeMesh called on the same mesh from multiple threads can lead to a crash
How to reproduce:
1. Open the attached project's Scene labeled "SampleScene"
2. Enter the Play Mode
Expected result: Editor doesn't crash
Actual result: Editor crashes
Reproducible with: 2019.3.10f1, 2019.3.13f1, 2020.1.0b4, 2020.2.0a5, 2020.2.0a8
Not reproducible with: 2019.3.0a9, 2019.3.9f1, 2020.1.0b3, 2020.2.0a4
Couldn't test with: 2017.4.40f1, 2018.4.22f1, 2019.3.0a8 (Feature wasn't yet introduced)
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note:
It's undefined behaviour to call BakeMesh() on the same mesh at the same time, the calls can't overlap and the calling code has to guarantee that currently. Updated docs.