FAQ
How to Convert FBX Files to VRM Files?
Detailed steps to convert FBX models to VRM format using Blender or Unity
The steps to convert FBX files to VRM files can be achieved through several methods, primarily using Blender or Unity.
Method 1: Using Blender
-
Install Blender Download and install Blender (available for Windows, macOS, and Linux).
-
Install the VRM Plugin
- Download the VRM plugin (such as the VRM Addon for Blender).
- In Blender, open the “Edit” menu, select “Preferences,” then click “Install” in the “Add-ons” tab and choose the downloaded plugin file.
-
Import the FBX File
- In Blender, use the “File” menu to select “Import,” then choose the FBX format, locate, and import your FBX model.
-
Set Up Bones and Shapes
- Add necessary skeletons and shape keyframes (Blendshapes) as needed.
-
Export as VRM
- Select “Export” from the “File” menu, then choose the VRM format, set the export options, and save the file[1][2].
Method 2: Using Unity
-
Install Unity Download and install Unity (recommended version is 2019.4.x).
-
Import UniVRM
- Download the latest version of UniVRM (.unitypackage file) and create a new Unity project.
- Drag the downloaded UniVRM package into Unity to import it.
-
Import the FBX Model
- Drag the FBX model into the Assets folder in Unity.
-
Set Animation Type
- Select the imported model, and in the Inspector window, set the “Animation Type” to “Humanoid,” then click “Apply.”
-
Check Bone Configuration
- Click the “Configure…” button to check if the bones are correctly configured. Ensure there are no red-marked bones; if there are, corrections need to be made.
-
Export as VRM
- In the Hierarchy window, select the model, then from the menu select
VRM > UniVRM > Export humanoid
. - Fill in the author information, click “Export,” choose the save location, and complete the export[5].
- In the Hierarchy window, select the model, then from the menu select
Both methods effectively convert FBX files to VRM format. Depending on personal preference and tool availability, you can choose the method that suits you best for conversion.