Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.0.0
Issue ID
ECSB-309
Regression
No
[DOTS] Error "Not allowed to access vertices on mesh 'SM_Prop_Crate_03'" is shown when Physics Shape authoring component has collider mesh provided
Reproduction steps:
1. Open the attached project "ReproProj"
2. Observe the Console window
Expected result: No errors are displayed in the Console window and the Physics Shape authoring component does not try to access mesh data if the mesh is already provided
Actual result: Error "Not allowed to access vertices on mesh 'SM_Prop_Crate_03' (isReadable is false; Read/Write must be enabled in import settings)" appears in the Console window
Reproducible with: 1.0.0-exp.8 (2022.2.19f1), 1.0.0-pre.65 (2022.2.19f1)
Could not test with: 0.51.1-preview.21 (2022.2.19f1) (Project is using entities graphics, and no such version for this package exists)
Reproduced on: Windows 10 Enterprise 21H2
Notes:
- The physics shape is trying to access the visual mesh even though a collider mesh is already provided. Also, this is done in the Editor so it should have access to the mesh content anyway
- This error is also seen in the Console window “Not allowed to access triangles/indices on mesh 'SM_Prop_Crate_03' (isReadable is false; Read/Write must be enabled in import settings)”
Comments (1)
-
redwyre
May 13, 2023 16:30
repro for 1.0.8: https://github.com/redwyre/UnityReproProjects/tree/master/PhysicsShapeMeshRead
but now the physics authoring is in the sample
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
There are no fixes planned for this Bug