This commit is contained in:
syui 2025-03-09 06:55:38 +09:00
parent e01218bc61
commit 993a0f39c4
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
* [dragon ik plugin](plan/06_dragonik.md)
* [worldscape plugin](plan/07_wsp.md)
* [unity](unity/README.md)
* [motionをfbxにexportする](unity/01_fbx.md)
* [animation clipをueで使う](unity/01_fbx.md)
* [blender](blender/README.md)
* [素体を作る](blender/01_model.md)
* [衣装を着せる](blender/02_costume.md)

View File

@ -7,7 +7,7 @@ unityのmotionはanimation clipといいます。fbxでexportするには`fbx`,
1. `.vrm`を読み込みます。vrmを読み込むpackage(plugin/addon)を追加してください。
2. Sceneにmodel(object)をD&Dします。
3. animation clipをmodelにD&Dします。すると、Animatorが追加されます。具体的には`Entry -> Animation Clip`になります。再生するとmotionが再生されます。
4. package-managerの`unity registry`でfbxとrecorder検索し、packageをinstallします。
4. package-managerの`unity registry`でfbxとrecorder検索し、packageをinstallします。
5. `Window -> General -> Recorder -> Recorder Window -> Add: FBX`を追加します。
6. GameObjectの欄にmodelをD&Dします。そして、Start Recordingを実行します。止めると`.fbx`が保存されます。