Open KirmesBude opened 3 weeks ago
Some quick research on Godots AnimationTree seems to indicate that this is not really a desireable feature for spritesheet animations. You want a state machine, but it is opiniated enough that you would want to roll your own as to need to sync the two.
Provide a way to define an animation graph/state machine as an asset. Probably with arbitrary events as transition conditions.