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
- Mouse inputs cannot be inputted when searching the Shortcuts Menu by type "Shortcut"
- "Debug Assertion Failed!" error when launching Windows Dedicated Server Player with Script Debugging enabled
- [Cinematic Studio][3D HDRP] Shader warnings thrown in the Console window when creating a new project with Cinematic Studio template
- Autoplay is triggered on Audio Assets when changing Asset Bundle tags
- Inspector Asset Bundle section has no indication for Variants, AssetBundle is written without a space, and Variant dropdown menu is available without setting the Asset Bundle first
This is a duplicate of issue #1215857