DaniDevy / FPS_Movement_Rigidbody

A physics based movement system
MIT License
492 stars 642 forks source link

Falling thru ground? #33

Open oreydaore opened 3 years ago

oreydaore commented 3 years ago

Hello, i made my character a mesh with a rig and when i play it falls through the ground? How do i fix it and why does it occur

Unity-ParticleSystem commented 3 years ago

attach a collider to the ground. if you already have a collider on it, make a layer called "Ground" and layer the floor as "Ground". that should work. unless yur using a plane. if yur using a plane, switch it out for a cube

Unity-ParticleSystem commented 3 years ago

did it work?

GTs5Devy commented 3 years ago

lol