よく使うパラメーターを効率的に指定したい

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を確認の上、それでも使い方がわからない場合にご質問ください。欲しい機能の記載がドキュメントにない場合は機能が元から存在しない可能性が高いので要望フォーラムへ。
AGame

よく使うパラメーターを効率的に指定したい

Post by AGame »

特定のターゲットに対する条件をよく使います。
挙動が増えるたびにパラメーターから伸びる線が増えていくとどうにもノードが見づらくなってしまうのですが、
これを解決する方法はありますか?
Image

TargetをParmeterとしてContainerから自身のオブジェクトを選べばパラメータを選択できるのですっきりするのですが、
複数オブジェクトがヒエラルキー上にある場合に探し出して選択しなければいけないので不便に感じます。
Image
Image

現状では、下記の選択肢がありますが、ステートマシン内のパラメータを選べるバージョンのParameterがあればいいなと思いました。
Constant
Parameter
Parameter in current FSM ←みたいな
DataSlot
Hierarchy

もしくはParmeterを選択した場合に、デフォルトでは自身のオブジェクトが選択されるとうれしいです。

すみません。
質問か要望かで迷ったのですが、機能として見落としているかもしれないので一旦こちらに書かせて頂きました。
User avatar
caitsithware
管理人
Posts: 493
Joined: 2015/08/17 12:41

Re: よく使うパラメーターを効率的に指定したい

Post by caitsithware »

フィールドに直接自グラフ内のパラメータを指定したいときにContainerを設定する手順を省略できないか、というご質問ですね。

パラメータタブの各パラメータにあるスロットアイコンをドラッグするとパラメータが設定できるフィールドに「Drop Parameter」という枠が表示されますので、そこにドロップしていただくと直接パラメータを指定できます。

詳しくは以下のマニュアルをご覧ください。
パラメータをドラッグ&ドロップ

ご要望については今後の参考にいたします。
AGame

Re: よく使うパラメーターを効率的に指定したい

Post by AGame »

インスペクターから引っ張ってくるやり方もありましたか。
これなら複数オブジェクトがあっても問題ないですね。
ありがとうございます!
Post Reply