- Home /
collider animation problem
Sorry for bad english Hey ! i'm making a room where there is blocks that animate when I press "e" in a trigger box my problem is that the blocks actually move with animation but only the colliders ][1]
what am I doing wrong ?
Answer by Lazdude17 · Jul 02, 2014 at 04:16 PM
Maybe not the same issue but I was animating my collider for my character for the ducking animation and it was moving my character. I solved it by just scaling on one axis. For some reason changing the center of the collider messed it up. So keep the center the same in all frames of animation and perhaps it will work.
Your answer
Follow this Question
Related Questions
How to have a collider inactive only during attack animation and not during 'charging' animation? 1 Answer
OnTriggerStay2D Breaks When Adding AnimationController 1 Answer
How To Play Animation 1 Answer
Can I use Animator.bodyPosition for modifying the colliders during an animation? 1 Answer
Animation doesn't play on Input 1 Answer