waitの使い方

Here is the forum to do the questions about how to use to Arbor developer.
Attention point:
  • We can not answer your questions about your project specific issues.
  • We can not answer your questions on Unity's specification issues.
  • Please check Arbor Documentation and ask a question if you still don't know how to use it. If the desired function is not described in the document, it is highly possible that the function does not exist from the beginning, so go to the request forum.

ここは、Arbor開発者へ使い方に関する質問を行うフォーラムです。
注意点:
  • ユーザー様のプロジェクトの仕様上の問題や設計に対する質問には答えられません。
  • Unityの仕様上の問題に対する質問には答えられません。
  • Arbor Documentationを確認の上、それでも使い方がわからない場合にご質問ください。欲しい機能の記載がドキュメントにない場合は機能が元から存在しない可能性が高いので要望フォーラムへ。

Forum rules
Here is the forum to do the questions about how to use to Arbor developer.
Attention point:
  • We can not answer your questions about your project specific issues.
  • We can not answer your questions on Unity's specification issues.
  • Please check Arbor Documentation and ask a question if you still don't know how to use it. If the desired function is not described in the document, it is highly possible that the function does not exist from the beginning, so go to the request forum.

ここは、Arbor開発者へ使い方に関する質問を行うフォーラムです。
注意点:
  • ユーザー様のプロジェクトの仕様上の問題や設計に対する質問には答えられません。
  • Unityの仕様上の問題に対する質問には答えられません。
  • Arbor Documentationを確認の上、それでも使い方がわからない場合にご質問ください。欲しい機能の記載がドキュメントにない場合は機能が元から存在しない可能性が高いので要望フォーラムへ。
gamebox

waitの使い方

Post by gamebox »

ActionのWait命令ですが、挙動追加で追加できませんでした。
https://arbor-docs.caitsithware.com/ja/ ... /wait.html

どの様に使うのかお教えください
User avatar
caitsithware
管理人
Posts: 493
Joined: 2015/08/17 12:41

Re: waitの使い方

Post by caitsithware »

gamebox wrote: 2019/05/21 01:12 ActionのWait命令ですが、挙動追加で追加できませんでした。
https://arbor-docs.caitsithware.com/ja/ ... /wait.html

どの様に使うのかお教えください
挙動追加とおっしゃっているということは、ArborFSMを使用しているのかと思いますが、
ActionについてはBehaviourTreeで使用する機能ですので、ArborFSMでは使用できません。

ArborFSMには、時間経過で遷移するTimeTransitionという挙動がありますので、そちらをご利用ください。
TimeTransition ― Arbor リファレンス

また、BehaviourTreeやActionの使い方については、Arborマニュアルをご覧ください。
ビヘイビアツリー | Arbor Documentation

もし、BehaviourTreeでWaitが追加できないという状況でしたら不具合ですので、詳細を不具合報告フォーラムに書いていただけると助かります。
Bug Report : 不具合報告
gamebox

Re: waitの使い方

Post by gamebox »

ビヘイビアツリー用の命令だったのですね!
丁寧な回答ありがとうございます!
Post Reply