MixamoToGodot is a Blender addon that helps you get Mixamo animations ready for Godot 4.
It can:
- Import FBX files in batches
- Create a root bone for root motion
- Merge animations into the NLA editor
- Help keep motion data clean for use in Godot 4
- Work with Blender 3.x, 4.x, and 5.x
Use it if you want to bring Mixamo animations into Blender, set them up once, and then use them in a Godot project with less manual work.
Visit the GitHub page to download the addon:
Follow these steps on Windows:
- Open the download link in your web browser.
- Download the addon files from the repository page.
- Save the file to a folder you can find again, such as Downloads or Desktop.
- If the download comes as a ZIP file, keep it as a ZIP file unless the page gives you a different file type.
- Open Blender on your Windows PC.
- Install the addon inside Blender.
- Enable the addon after the install finishes.
- Open Blender.
- Go to Edit > Preferences.
- Open the Add-ons tab.
- Click Install.
- Find the downloaded MixamoToGodot file.
- Select the file and confirm the install.
- Search for MixamoToGodot in the add-ons list.
- Turn the addon on.
If Blender asks for a restart, close Blender and open it again.
Download your Mixamo animation files as FBX files.
A simple folder setup helps:
- One folder for character files
- One folder for animation files
- One folder for the Blender project
Use the batch import tool to bring in more than one FBX file at a time.
This saves time when you have many animations like:
- Walk
- Run
- Idle
- Jump
- Attack
Use the root bone option to add a clean root for motion control.
This is useful when you want:
- Better character movement in Godot
- Clean forward motion
- Easier root motion setup
- Better control over the character base
Send the actions to the NLA editor and merge them as needed.
This helps keep animation clips organized and ready for export.
After setup, export the animation data from Blender in a format that works well with Godot 4.
In Godot, you can then use the animation files with your character scene.
Use this flow for a clean result:
- Download your Mixamo character and animations.
- Install and enable the addon in Blender.
- Import the FBX files in batches.
- Create the root bone.
- Merge the actions in the NLA editor.
- Check the animation timing.
- Export the final setup.
- Bring the files into Godot 4.
MixamoToGodot fits well when you need to:
- Import many Mixamo animations at once
- Set up root motion for a player character
- Prepare a humanoid rig for Godot 4
- Keep animation clips in order
- Reduce manual cleanup in Blender
Use a setup like this:
- Windows 10 or Windows 11
- Blender 3.x, 4.x, or 5.x
- A Mixamo FBX character or animation file
- Enough disk space for Blender files and exports
For smoother work, use a mouse and keyboard rather than a touch-only device.
- Check that you installed the correct file
- Open Edit > Preferences > Add-ons
- Search for MixamoToGodot
- Make sure the addon is turned on
- Check that the file is an FBX file
- Try downloading the Mixamo file again
- Make sure the file is not damaged
- Use a local folder instead of a cloud-only folder
- Check the model scale
- Make sure the character and animations match
- Verify the root bone setup
- Reopen the file and test another animation
- Check the export settings in Blender
- Make sure the root motion track is present
- Confirm the character uses the same rig setup in Godot
- Test with a simple walk animation first
Keep your files in a simple structure:
Mixamo/CharactersMixamo/AnimationsBlender/ProjectsExports/Godot
This makes it easier to find files later and keeps the setup clean.
These names are useful when you sort files:
- Idle
- Walk
- Run
- Jump
- Fall
- Land
- Turn
- Attack
- Hit
- Death
Project page:
Use one character file as your base file.
Then add animations one by one or in batches.
This makes it easier to spot problems before you export everything to Godot