My player keep falling through the terrain, how can I fix this.
Character has :
- Rigidbody
- Mesh Collider
- CharacterController
Terrain has:
- Terrain Collider
My player keep falling through the terrain, how can I fix this.
Character has :
Terrain has:
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.