I need to be able to perform multiple operation at the same time (for example, choose the next spot to move and move to it while choosing the next target to shot at and shoot)
What is the proper way to implement that?
I need to be able to perform multiple operation at the same time (for example, choose the next spot to move and move to it while choosing the next target to shot at and shoot)
What is the proper way to implement that?
Thanks, I ended up doing something similar but by placing the simple parallel node at the root node.
The real solution would be to have multiple roots on the same behaviour tree that runs indipendently from each other (just with shared variables)