My character falls without ForceReciver

I dont undestend. My character fall to the ground without ForceReceiver! If i turn off “CharacterController” component my character dont fall. Does the method Controller.Move() calculate the fall?

1 Like

You didn’t add a Rigidbody to the character by chance, did you? They don’t play well with our ForceReceiver setup. If you do use a Rigidbody, it’s best to set it to Kinematic and uncheck Use Gravity.

1 Like

im finaly found what the problem is! In “Animator” componnet I accidentally turned on “Apply Root Motion”. I don’t know what is it but its solve my problem :slight_smile:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms