Transition from one animation to another

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

How can I transition from animation to another? I have a scene where there are two labels, one for the title and one for telling the player to press space. I am trying to create an effect where the press space label keeps on blinking. I have two animations but I don’t know how to transition between them.

you can use AnimationTree

asetyowatir | 2020-10-28 01:50

How do I do it? I tried to create a animation tree but it show’s a warning :- No root Animation Node for the graph is set
Path to an AnimationPlayer node containing animations is not set

Kurizu78 | 2020-10-28 10:55

you can take a look at this tutorial for a better understanding https://www.youtube.com/watch?v=KAZX4qfD06E

asetyowatir | 2020-10-29 12:17