Hi, i have bunch of animation in each state, 7 Idle- animation and 20 Talks- animation. They also can call to play each other for looping.
So, is there any way for me to group them within each state to make it easier to handle the logic between two states?
You’re welcome ![]()
Here’s an example:
Here, both movement states (“Walk / Run” and “Tired Walk / Run”) are aliased with “Movement”, and they both transition to the Idle state when the movement input is no longer in a clean way ![]()
(Note that you could also achieve this with Blend Poses by Bool inside the state but that’s not exactly the same)
Oh wait I see you’re asking the opposite, then you’ll get this error:
A alias used as a transition’s target must alias a single state



