Question by
lavumi · Mar 24, 2016 at 09:13 AM ·
charactercontrollerboxcollider
Why character controller pass through box collider?
I saw a lot of post about this topic but i can`t solve it.
Player object has character controller and scripts. no other colliders. floor has box-collider and script. both of them does not have rigidbody.
Player moved only by charactercontroller.move all related transform.translate and transform.position is removed.
Player usually can walk over box collider, but sometimes fall through it.
It barely occur in Unity editor, but more often in built version.
Is there I forgot to check about passing through?
Comment
i have never used character controller component but try to add rigidbody so colliders work will & for the floor make it's rigidbody is kinematic to disable physics.
Your answer