My character is hanging in air after adding Capsule collider
Hi,
I have added an capsule collider to one of my models. I have added a rigidbody to my character. After rotating and translating my model. the model hangs in the air as shown in images below.
I think it is due to the capsule colloider. Does capsule collider not adjust automatically after changing the parts of the model( like animating the model . Is it fixed collider which does not change after animating the model?
How to fix this problem
Answer by Bigiansen · Sep 11, 2016 at 02:05 AM
The yellow lines on the character represent the collider bounds. Consider reducing the size of the collider to match that of the character when changing the animation so it doesn't "hang in the air".
Your answer
Follow this Question
Related Questions
Mesh Collider Problems 0 Answers
Check capcule collider completely inside a sphere 1 Answer
Rotating an Object That has a MeshCollider 0 Answers
Objects not acting according to physics 1 Answer
Physics.CheckSphere isn't working well 0 Answers