I'm having problems trying to run multiple animations on different tracks. The scenario is simple:
- animation 1 is an idle animation looping on track 0
- animation 2 is a blink animation that happens randomly while the idle is running and animates the eyes. This runs on track 1
- animation 3 is an action animation that also runs on track 0
my problem is that if i run animation 3 after an occurrence of animation 2, animation 3 can't animate the eyes, even if animation 2 is not running anymore.
Can you help me to figure out what's happening? Thanks : )