Mesh Collider has no effect.

Is there any reason why a mesh collider wouldn’t work on a certain mesh, but would on another? I’ve built a chest in blender with the box part and the lid part; now if I apply a mesh collider to the lid, it doesn’t fall through the ground, but it does fall if I apply it to the box. This only happens with the mesh collider and it doesn’t happen with the box collider for example.

Any clue? Thanks.

You can not have two rigidbodies that both have mesh colliders.
One of them needs to be a primitive collider for them to collide.

Oh, now I get it, thanks :slight_smile: