I need to have coins that collide with other coins if i use a mesh collider they won't collide with other mesh colliders, if I use a capsule collider the spherical ends react weirdly and look like a rolling ball. The capsule collider seems like it would work as long as my cylinder is tall enough but once it starts looking coinlike the capsule collider reacts strangely in the world (rolling like a sphere with a coin inside). I'd rather not use a composite collider are there any other ways to do this?
Sorry if this is obvious just starting with Unity.
Nick
I'm not looking at the docs right now, but isn't collision detection supported for convex mesh colliders with 255 triangles or fewer? If so, it seems you could in fact use mesh colliders to represent the coins.
– j_y_k