Question about collider for barrel

I found there is no cylinder collider available, there are box, sphere, capsule, wheel, and mesh.

If I want to stack barrel, what collider should I choose?

A capsule collider + box collider (to make the ends flat) usually works. If you really want a cylinder collider, use the cylinder mesh with a convex mesh collider.

–Eric

Understood. Thanks for help.