LoginSignup
1
1

More than 1 year has passed since last update.

VRMをFBXに変換

Posted at

はじめに

Unityを使ってVRMをFBXに変換するためのメモです。

環境

Unity 2021.3.12f1
uniVRM 1.08 (VRM-0.108.0_e16d.unitypackage)
FBX Exporter 4.1.3
適当に作ったVRMファイル

手順

Unityのプロジェクトを作成する。
uniVRMアセットをダウンロードし、インストールする。
Package ManagerからUnity Registry内で「FBX」で検索し、FBX Exporterを探し、インストールする。
VRMファイルをAssetsにD&Dする。
(できない場合は、元ファイルのフォルダ場所が悪い)
D&Dしたファイルを選択し、ModelタブのMigrate To VrmをApplyする。
同様に、Materialsタブでextractする。
同様に、Vrmタブでextractする。
これらをしないと、FBXファイルのマテリアル書き出しでバグる。
image.png

モデルをシーンに配置し、右クリックし、Export to FBXを選択。保存。
image.png
他の3DCGソフトで読み込み、確認。
image.png

顔色が悪い。

1
1
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
1
1