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
- [Android] [Galaxy Tab] A singular Pen touch logs a Pen touch event and a singular finger touch event when logged using "VisualElement.RegisterCallback" with "Pointer(Up/Down)Event"
- Crash on D3D12DescriptorCache::Deallocate or vkGetInstanceProcAddr when loading RenderDoc in a specific Scene
- [HDRP] Lit material preview is rendered incorrectly with a mask map
- The "LerpWhiteTo" missing function displays an error when the Shadows.hlsl shader is included in a Shader file
- Assertion error is thrown and UI is no longer rendered when discarding the changes made to the selectors overriding the default controls
This is a duplicate of issue #1215857