- Home /
Capsule Collider not moving with the character
Hello!!! I'm trying to make a penalty game in which the user swipes the ball and the keeper tries to save it. The football has a rigidbody and sphere collider whereas the keeper has a capsule collider. Buth the problem is when the keeper dives to save the ball the collider doesn't move with him and remains in the same place.The isTrigger option is unchecked in both the colliders. picture1 picture2 picture3
Ah yes, the character controller already has a collider built in, which uses OnCharacterControllerHit function. Are you using in place animation? The mesh will move but everything else will stay in place. Place the renderer on the mesh itself.
Thank you so much for the reply meat5000 !! I'm using 3 in-built animations.I'm just too noob to understand this term "Place the renderer on the mesh itself".
Your answer
Follow this Question
Related Questions
Capsule Collider on Cylinder Doesn't Work 2 Answers
Capsule Collider as a motorcycle simulator? 1 Answer
OnTriggerEnter fails to activate 1 Answer
OnTriggerEnter mesh collider problem 1 Answer
Rigidbody Trigger 1 Answer