Hi, I’m working on my first State Tree, it only has one task, and it looks like it runs once and then stops. I put a print out on Event Exit state, and it doesn’t seem to exit. It’s not clear in the documentation, but I expected it to keep executing the tasks in that state. I added a transition to itself, but that hasn’t helped. I’m transitioning from a Behavior Tree and this is not working as expected.
Hey!
Could you share a image of your state tree and the function you are calling in it?