In my Timeline, I have two animations: Anim1 and Anim2.
I'm using a trigger to scrub an animation, but both animations are playing.
So I use a trigger to set Anim1’s weight to 0% and Anim2’s weight to 100% to scrub only the animation I want.
But this is not working as expected.
Did I...