It is necessary to make a simultaneous animation of the character (Movement ( Transform.posistion
) and tails (two frames through SpriteSheet
). In the Animation window, everything is done at the same time and as a result we get that two frames of the tail are done and then the animation goes further, into motion.
How can you make them independent? So that there was an animation of the tails and motion animation, simultaneously and independently of each other?
Of course, transform.position
can be done through scripting, through vectors, but can this be done using animation tools?