chractercotroller doesn't work with rgidbody

hi
I use charactercontrol for my character to move… but I need to do somthing that when my character interact with other objects they move… so I need rigidbody… I add rigidbody to objects… but when I add this to my character it won’t work well and give some buggs… because charactercontroller and rigidbdy don’t work on same object… what should I do?

1 Answer

1

I had a lot of problems adding a rigidbody to a character controller. You must freeze all axes in Constraints and turned Use Gravity off. The problem then may become an audio bug arising - the audio listener seems to jump forth and back randomly, making the sounds vary quickly in intensity and frequency.

Depending on for what you need the rigidboy, another alternative may be to set the rigidbody to kinematic (set Is Kinematic).