Unity seems to provide only a small selection of colliders and then a generic Mesh collider. However, the physics and performance characteristics for a Cylindrical Mesh Collider are obviously going to be worse than one defined using equations of line and circle.
Is there a reason why there is no cylinder collider? Is there any way of defining our own CylinderCollider class? How would we go about doing this?