I need parallel node :(

Forum rules
The items required for the request are as follows.
  • What are you trying to do with Arbor?
  • Specifically, where are you inconvenient and in trouble?
  • What should I do to improve?
Attention point:
  • We can not answer requests that do not know the detailed situation.
  • We can not answer your request for specific problems in the specification of your project.
  • We can not answer your request on Unity's specification issues.
  • We do not guarantee the implementation of your request.

要望に必要な項目は以下の通りです。
  • Arborを使って何をしようとしているか。
  • 具体的にどこが不便で困っているか。
  • 改善するにはどうすればよいか。
注意点:
  • 詳しい状況がわからない要望については答えられません。
  • ユーザー様のプロジェクトの仕様上の固有の問題に対する要望については答えられません。
  • Unityの仕様上の問題に対する要望には答えられません。
  • 要望の実装を必ずお約束するものではございません。

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: I need parallel node :(

Re: I need parallel node :(

by caitsithware » 2020/07/09 23:05

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.

I need parallel node :(

by adohi » 2020/07/09 20:28

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.

Top