Hi
I have a GameObject(Player) that has components; characterController and a capsuleCollider .
Sometimes, when I move it, it happens that when it touches the walls or some objects it is lifted from the ground, how can I prevent this?
You can use Rigidbody.constraints on a rigidbody component to freeze position on the y-axis