Character won't collide with terrain.

My player keep falling through the terrain, how can I fix this.

Character has :

  • Rigidbody
  • Mesh Collider
  • CharacterController

Terrain has:

  • Terrain Collider

IIRC, your character needs a capsule collider if your mesh isn’t convex. Also you may want to check if isKinematic is turned off on your character.

1 Like