I have an animator with an animation that makes the object move, and in the clip there is an event that should destroy the animation after it has finished. If I add a flowgraph with a custom event listener to the graph, the animation no longer runs, however the animation event curiously does send and the object destroys. As soon as I remove the event listener (complete remove, not just disconnect) the animation plays fine (it just obviously doesn’t destroy when the animation event occurs). If I set the target to multiple targets and don’t choose anything, the animation also plays (but it also doesn’t destroy the object, of course).
I was able to replicate this and looking for a fix. A quick workaround is to check the “Apply Root Motion” option in the Animator Component. This will once again make the animation play. Please let me know if that is indeed the same in your case as well.
Thank you!