What about resetting the current state that the graph is in? Is there a clean way to do that? The only thing I can currently think of is creating a state with a trigger that houses the same animation and transitioning to the same animation when you want to reset.
I know you can reset the entire graph with the reset method.
Yes so whatever state the graph is in currently, I’d like that state to restart from the first frame instead of starting the graph from its initial state.