Root motion

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

Root motion

Post by frank_li »

Hi,

how can I use root motion with the AgentController?
User avatar
caitsithware
管理人
Posts: 493
Joined: 2015/08/17 12:41

Re: Root motion

Post by caitsithware »

Hi,

AgentController does not support root motion.
Please create a script that disables NavMeshAgent's updatePosition etc. and updates transform.

For more information, please refer to the AI Navigation package manual "Coupling Animation and Navigation".
frank_li
Posts: 5
Joined: 2023/12/05 08:51

Re: Root motion

Post by frank_li »

I tried your tip, but that is not working well. Are there any plans to add support for root motion in the agent controller? I think that a lot of people would be interested in that feature.

Regards Frank
User avatar
caitsithware
管理人
Posts: 493
Joined: 2015/08/17 12:41

Re: Root motion

Post by caitsithware »

There are no plans at this time.
As written at the end of "Coupling Animation and Navigation": "What works best very much depends on the specific use-case."
How the NavMeshAgent position and root motion position are combined is determined by the specification.
It is difficult to provide general support because detailed adjustments are required.
Post Reply