Transition to animation from any state

Hey everyone, I’m working on meele combat and when I’m done I’ll drop a tutorial on this, but I wanted to know how to transition to an attack animation from any state, unity has an option for this inside their animator, but I don’t seem to find anything in Flax

This any state node functionality is on the roadmap for 1.6 update. Right now I would recommend using an animation slot https://docs.flaxengine.com/manual/animation/anim-graph/animation-slots.html?tabs=code-csharp to play your melee animation.

Implemented: Add **Any State to Anim Graph state machines** · FlaxEngine/FlaxEngine@7158cfb · GitHub

Will be out with upcoming Flax 1.6.

3 Likes