Search Issue Tracker
Fixed
Fixed in 2022.2.0b8, 2023.1.0a5
Votes
0
Found in
2022.2.0b2
Issue ID
UUM-7712
Regression
No
App crashes on launch when mesh of object has Read/Write disabled
Reproduction steps:
1. Open the attached project "MeshColliderTest.zip"
2. Build and Run on Standalone or Android
Expected result: The app runs without crashing
Actual result: The app crashes with errors:
at libunity.RecalculateSharedMeshDataSubmeshBounds(SharedMeshData&, unsigned int, Mesh*)(RecalculateSharedMeshDataSubmeshBounds:588)
at libunity.Mesh::RecalculateBounds(MeshUpdateFlags)(RecalculateBounds:1048)
at libunity.Mesh_Set_Custom_PropSubMeshCount(ScriptingBackendNativeObjectPtrOpaque*, int)(Mesh_Set_Custom_PropSubMeshCount:132)
Reproducible with: 2019.4.34f1, 2020.3.26f1, 2021.2.8f1, 2022.1.0b4, 2022.2.0a3
Notes:
- Can be reproduced on Standalone and Android builds
- Could not test with iOS, Xcode can't build this project
- Issue can't be reproduced when enabling Mesh Read/Write on objects in Assets/3D Models
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
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Resolution Note (fix version 2022.2.0b8):
https://github.cds.internal.unity3d.com/unity/unity/pull/13279