- Home /
Question by
IEMatrixGuy · Nov 13, 2014 at 01:00 AM ·
androidanimationsanimateanimating
Idle Animation that does not change position of object
Hi,
Im trying to create a climbing animation, and have my player parented to an empty game object, which then animates. However whenever the climbing animation finishes, and it returns to my 'idle' animation (which has no curves, and no frames, just a blank animation), the parent returns to its original position, which reverts the effects of the climbing animation on the player as he is returned to the ground.
Is there any way to maintain this change in position once an animation has finished?
Thanks, any help would be greatly appreciated
Comment
Generally I move the character with a script, and not an animation. The script effects transform independent of the animation, but - as far as I can tell - animation keyframe of transform are absolute.
Your answer