- Home /
about move object in animator
I'm trying to make a walking Animation with native 2d tool. I draw a man and use animator to play the animation. Now I want this man walk. I known we can add a script and change transform.position,but i do not want solve it in this way. I know in the animation we can change object's position,so i Drag this man to another position.
The problem is when game start this man will move to right,then back to (0,0,0) when animation stoped,no matter I change this man's position to anywhere,he start from (0,0,0) then walk right then back to (0,0,0)
Your answer
Follow this Question
Related Questions
2D Animation does not start 1 Answer
Sprite becomes invisible when set on animator 0 Answers
2D animation diferent right and left 0 Answers
2D Animator: how to get rid the animation "blending" 0 Answers
Delete Object After Animation (2D) 6 Answers