Hey,
I tried the new AnimationTree with the StateMachine.
I start the playback with this code:
var playBack = $AnimationTree.get("parameters/playback")
playBack.start("fromNode")
playBack.travel("toNode")
I want to execute code when all of the animations are finished. I could't find a signal or something similar for this in the doc, any suggestions?