Collision Meshcollider not working

GUYS, I’ve researched all over internet and i cannot understand WHY my character doesnt collide with ANYTHING. It is a MESH COLLIDER.

Every other object is RIGIDBODY + BOX COLLIDER, and it DOESNT WORK! IT passes through.


Thats the character


Thats the floor.

The Mesh Collider requires the “Convex” be checked for physics so that it has a non-zero volume.

There are a couple workarounds you can use, for humanoid characters I often use a small collection of box / capsule colliders mapped to each body part, it’s accurate enough most times and is a lot easier for the physics engine to calculate.

Hello!
sorry the rage, its because i’m on it for hours, lol.

I checked the convex and, still, my character drowns ~in th surface. =~~