Search Issue Tracker
Duplicate
Votes
0
Found in
2019.2
2019.3
2019.3.2f1
Issue ID
1223019
Regression
No
[2019.3] Meshes loaded from AssetBundle requires Read Enabled if used as MeshColliders
How to reproduce:
1. Open the attached project
2. Add the "BundleBuild.cs" script to the project
3. Assets > Build AssetBundles
4. Open the Test Runner
5. Select PlayMode tests
6. Press "Run all in player"
Actual result: First two tests fails with error "This MeshCollider requires the mesh to be marked as readable in order to be usable with the given transform".
Expected result: The tests succeeds.
Not reproducible with: 2020.1.0a25, 2020.1.0a24.
Reproducible with: 2020.1.0a23, 2019.3.3f1, 2019.2.20f1.
Notes:
- On 2019.2.20f1 the player fails to build with the same error.
- Can't test 2018.4 because of test runner errors.
- The error is not there if Read/Write is enabled on the mesh.
- This issue was fixed by a fix for case 1215645
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
This is a duplicate of issue #1215857