Rigidbody passing through the floor ( not high speed ^^)

104926-mdr.gif
Why does this happen ? The floor is a non plane kinematic rigibody with a mesh collider :slight_smile:

Why you use mesh collider for something simple like plane?
Mesh colliders detect collision only in one direction and are less performant than basic shape colliders.
Try with box colliders.