- Home /
Animating Colliders?
'Ello all, I'm having a bit of a problem with one of my animations. I have a door model thats pivot point is at it center. No problem, I just made an empty gameObject and animated that with the door as its child. But when I played the scene, I found in the scene view that the doors box collider was the one with the animation, not it door itself. When I animated the door the whole thing moved... why is it different now? Has anyone had a similar problem? Thanks.
Answer by LightSource · Jun 24, 2013 at 01:42 AM
Solved: I re-made the object and the bug went away. Thanks for all the help.
Answer by TheDarkVoid · May 27, 2013 at 05:31 PM
Take a look at the animation curves and make sure that the right values are being changed. You need to be animating the rotation of the transform component of the pivot, make sure it is that way in the animation window. Also is the parent object at any oblique scale? if so that will result in some weird things happening with rotation.
is the collider and $$anonymous$$esh on the same object?
Your answer
Follow this Question
Related Questions
Box Collider not moving with animation 1 Answer
play a door animation with collider 1 Answer
Within sphere collider to click on door that opens 0 Answers
Player to Door Collision and Animation 3 Answers
Open Door Via Trigger Collider 0 Answers