Hello, I am working on Ai using a state tree. I think my state tree is looping a state tree task before it can even attempt to finish its logic. For the basic task I am attempting, I am just searching for a random location, then moving the AI to that location. It appears however that the tasks just run indefinitely.
The behavior I am expecting
enter state
run task
task has ai move to location, upon reaching location task finish
moves to next state
What is happening.
enter state
run task
task keeps on restarting, preventing the AI from ever actually finishing the task.
I have tried setting tasks to immediately finish, but the looking behavior persists.
I have used other project files and state trees operate as expected in other project files.
This leads me to think there is either a bug? Or I am setting up state trees wrong/ I am missing something.
the task I am trying to run that restarts every frame

