- Home /
Animation transform lock
I have a 2D animation which moves an object up and scales it, but at the end of this animation I want the physics to kick in when the object drops. But since the animation had keyframes on the object transform, the transform stays locked and the object doesn't move at all. The only solution I found was with a script which disabled the Animator when the animation stopped.
My question is, is there any way (without a script) that I can unlock the transform from being driven by Animator?
Comment
Your answer
Follow this Question
Related Questions
2D Animation does not start 1 Answer
Damn, HOW CAN I KNOW, IF MY 2d ANIMATION SPRITE IS FINISHED??!! 0 Answers
Best way to do animate soldier? 1 Answer
How to make not smooth animation? 0 Answers
How can i play a animation? 0 Answers