Character Controller falling through the ground?

Hello all!

I searched A LOT about it and yet couldn’t find a working solution.

As far as I know, Character Controller should be a collider itself, hence I shouldn’t add a second collider to avoid it from falling through the ground (and it would also collide with itself and cause movement problems). However, this problem doesn’t happen with the standard asset 3rd person controller, and I believe the only difference between that and mine are the scripts.

  1. No, my ground is not trigger.
  2. Yes, my ground has colliders and rigidbody.
  3. Yes, my objects are far above the ground (the collider range).
  4. No, I don’t have this problem when I use a regular collider.

Does it needs to be handled through script?

Ok, nevermind… appearently we cannot use Rigidbody and Character Controller at the same time, problem resolved, sorry for the post :frowning:

You can, just make sure the rigidbody does not use gravity and is not kinematic… the kinematic setting is what makes it go through floors