ヒューマノイドアニメーションでの作業
アバターの設定

Creating the Avatar

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

モデルファイル(FBX,Collada,その他)をインポートした後,FBX importerオプションRig タブでリグの指定をすることができます。

Humanoid animations

Humanoidリグの場合,Humanoid を選択し Apply をクリックします。MecanimはAvatarのボーン構造に現在のボーン構造のマッチングを試みます。多くの場合,リグのボーンのつながりを正しく分析し,ほぼ自動作業となります。

マッチングが成功した場合は,Configure… メニューの横にチェックマークが表示されます。

また,マッチングが成功した場合には,モデルのアセットにAvatarの子アセットが追加されたことがプロジェクト・ビュー階層にて表示されます。

Avatarの子アセットがある場合とない場合のモデル
Avatarの子アセットがある場合とない場合のモデル
インスペクタ上のAvatarアセット
インスペクタ上のAvatarアセット

If Mecanim was unable to create the Avatar, you will see a cross next to the Configure button, and no Avatar sub-asset will be added. When this happens, you need to configure the avatar manually.

Non-humanoid animations

Two options for non-humanoid animation are provided: Generic and Legacy. Generic animations are imported using the Mecanim system but don’t take advantage of the extra features available for humanoid animations. Legacy animations use the the animation system that was provided by Unity before Mecanim. There are some cases where it is still useful to work with legacy animations (most notably with legacy projects that you don’t want to update fully) but they are seldom needed for new projects. See this section of the manual for further details on legacy animations.

ヒューマノイドアニメーションでの作業
アバターの設定