Random beginner-question: change path for object in animation player

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By pferft

Hi everyone,

I’m animating a sprite(node) via AnimationPlayer and “naturally” if I place it somewhere else the node isn’t found anymore, so I wonder if it’s somehow possible to re-path said sprite within AnimationPlayer? I can’t find any editable path-entry there or any way to drag and drop – update…

Any help is much appreciated, because it seem like I’d have to completely redo (all) the animation(s) otherwise whenever the tree structure changes - and that can’t really be, right? I must be missing something here.

:bust_in_silhouette: Reply From: pferft

Answer: it is possible to manually edit the animation nodepath (next to the keyframes). For me actually erasing the first position of that path worked (probably in this my-case scenario only).

What seems obvious enough but still might be worth mentioning is the necessity of confirming with Enter! Yes, really…