I was wondering if there's any built-in state machine or graph system for managing Spine animations in UE5?
Currently, I'm switching animations manually with blueprint logic (using SetAnimation and AddAnimation), but it's getting a bit complicated for handling multiple states like idle, walk, jump, climb, etc.
Does Spine UE plugin support a visual state graph system similar to Unity's Animator Controller?
Thanks in advance!