Hello, is it possible to access the mesh data Unity generates when you check “Convex” in the mesh collider. I currently have a script that exports the vertex and triangle data that works well, but when convex is checked the same mesh data is exported, not he convex hull mesh.
No it’s not possible. The convex mesh is generated internally and currently can’t be accessed.