I have three animations (translate) that I want to execute linearly. Animation 1 starts, Animation 2 starts when Animation 1 ends, and Animation 3 starts when Animation 2 ends.
So far the only thing I am able to do is up to two animation with a AnimationEnd method which executes Animation 2.
How would I be able to up to X animation linearly?
Also the animation set seems to execute animations at the same time so that is no help for me.