So I’m trying to make similar animations using AnimationPlayer on multiple different nodes. Is there a way that I can copy the animation that I made for one object onto another object?
For example:
These are very similar animations on 3 different nodes, so I would like to be able to copy the track from the top one to the bottom ones… Especially for larger animations I would like to be able to make the process faster than copying it manually, it that possible?
Yes you can click on the three dots on the right and press copy-tracks and in your other animationplayer create a new animation and click again on the dots and press paste-tracks
Thank you for the reply! But, I think I wasn’t clear enough with my question maybe… what I’m trying to do is copy the animation of an object to another object within the same AnimationPlayer; as opposed to copying the whole/parts of the animation from one AnimationPlayer to another.