Hi all, am working android projects. I have 2 buttons one is Up(guitexture) and one is Down(guitexture) and have 6 animations, what i want is if i press my up button once my first animation will play if again press 2 animation will play like 6 animations, my back buttons are same but animation count is reverse 6 to 1.
I think the easiest way to achieve this is to simply (in the animator), make a transition from one animation (state) to another in the order you wish to. Like this (from 1 to 6 and then back to 1):