0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

後からVRM化したモデルの Humanoid Avatar を作成する方法

Posted at

VRM規格は神!でも...Unityでは Humanoid Avatar じゃないんだ...

目的

Blender や Unity から VRM化したモデルの Humanoid Avatar を作成する方法

前提条件

  1. ヒューマノイドのモデルをVRM形式でUnityにimportしている
  2. VRM0系を入れている (VRM1系では未確認)
  3. Unity 2022.3.10f1 (他は未確認)

方法

1.Unityのシーン上にモデルを用意する

image.png

2.UniHumanoid に含まれる Humanoid を Animator がある Component にアタッチする

image.png

3.Create UnityEngine.Avatar を実行

4.UnityHumanoid に含まれる BoneMappiing を VRM Humanoid Description がある Component にアタッチする

image.png

5.Create Avatar を実行
image.png

左下のように Avatar Description が生成される.(このときに Humanoid で作成した Avatar を Override しないように注意する.)

この Avatar Description を本体のモデルの Avatar Description と入れ替える.

デモ

VRM.gif

使用したモデル(1番重要)

Noesisの一夜さん(嫁)です!

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?