2d mesh colliders for level geometry?

Is it reasonable to use 2D mesh colliders in a 2D platforming game? What can balance on top of them, and what should I use for my character?

Mesh colliders only collide in the direction of the normal - so probably nothing will balance on them if they are facing the camera. You could make colliders for the top of the platform and face them upwards.