Hey Guys, i am stucked in a problem. I have made animations of different tasks of a game. Like if you click on a button then the animation happens. For Example :- Build House, Build Fountain etc. You can find many examples of these animation in games like Gardenscapes, Domino Dreams and Royal Match.
The problem is how to create animation that let you choose between 2 animations without affecting other. For example there are 8 animations like these:-
- Build Coffee House
- Build Table & Chairs
.....................................
- Rebuild Fountain
- Start Fountain
.....................................
- Build Clock Tower
.....................................
- Build Ice Cream Cart
.....................................
- Set up Market
- Decorate Market
.....................................
Now the problem is that the "4. Build Ice Cream Cart" and "2. Rebuild Fountain" are optional. Means you can either click on any of these 2 tasks in game. So, how can i make these animations happen in unity.