Page 1 of 1

I need parallel node :(

Posted: 2020/07/09 20:28
by adohi
I need parallel node, so I tried to add a parallel node, but I gave up soon because it seems like a lot of modifications are needed to implement parallelism.

Do you have any plans to update when to support parallel node?

If you have a version that implements a parallel node, I would appreciate any help.

Re: I need parallel node :(

Posted: 2020/07/09 23:05
by caitsithware
There are currently no plans to support parallel nodes.
If you want to process in parallel, add multiple graphs to the same GameObject.
Or add multiple SubStateMachine or SubBehaviourTree to execute child graphs in parallel.