I'm working on something where the same graphics mesh is rendered multiple times in the scene. The problem with this is that each of those graphics items have a physics mesh which isn't there in the manually drawn meshes...
I've looks for something in the Physics and Collider documentation but haven't found anything which does what DrawMesh does for physics meshes. Is there something for this? or will I have to just create a bunch of physics objects manually?