Mixamo to Unreal Engine 5: The Workflow, the Gotchas, and When to Skip It

By the Cosindra team · Updated July 26, 2026

Mixamo is the most common on-ramp for getting a rigged character, and it works well — as long as you understand where its skeleton fits in a UE5 project and where the friction starts. This guide covers the happy path, the classic gotchas, and the point where a different approach saves you the whole retargeting chapter.

The workflow

  • Upload your humanoid mesh to Mixamo and place the markers (chin, wrists, elbows, knees, groin) honestly — auto-rig quality tracks marker quality.
  • For the character: download as FBX Binary with skin, in T-pose if you plan to retarget.
  • For animations: pick them on the rigged character; use the "In Place" toggle for locomotion clips you’ll drive from a movement component.
  • Import to UE5 with the FBX importer: create a new skeleton on the first import, reuse it for every later Mixamo download of the same character.

The gotchas everyone hits

  • Scale: Mixamo FBX often imports tiny. Fix with Import Uniform Scale (commonly 100) or enable Convert Scene Unit — check your character against the mannequin, not empty space.
  • Root motion: most Mixamo clips move the hips, not a root bone. For root-motion-driven gameplay you’ll need clips exported "In Place" plus movement from code, or a root-motion conversion pass in a DCC tool.
  • Materials come in as basic placeholders — expect to rebuild or reassign them.
  • Finger/thumb weighting on stylized hands sometimes needs manual cleanup.

Retargeting: making a Mixamo rig play UE5 animations

The Mixamo skeleton isn’t the UE5 Manny skeleton, so engine and marketplace animations don’t play on it directly. Unreal’s answer is the IK Retargeter: define IK Rigs for the source and target skeletons, map the bone chains (spine, arms, legs), align the retarget pose, then batch-retarget the animations you need. Recent UE5 releases automate much of this for well-known skeletons like Mixamo’s — the auto-generated retargeting is a genuine time-saver, though edge cases (shoulders, hands, root) still reward a manual pass.

Budget the honest cost: it’s a per-project setup plus a re-export step for every animation set you adopt. Do it once and it’s fine; do it for every character and animation pack and it compounds.

When to skip Mixamo entirely

If your character is headed for UE5 and your animations are Manny/Quinn-targeted (engine defaults and the many Fab packs built for the UE5 mannequin), the retargeting chapter is pure overhead. A Manny-native auto-rigger like RigMaster rigs your mesh straight to the compatible skeleton — the same upload-and-place-markers effort, but the output plays UE5 animation packs directly, no IK Retargeter session required. Keep Mixamo in the loop when what you actually want is Mixamo’s animation library.

Skip the rigging chapter entirely

RigMaster rigs your humanoid mesh to the UE5 Manny-compatible skeleton in the browser: upload a GLB, place a few markers, download a UE-ready FBX that plays Manny/Quinn animations without retargeting.

Rig my character

Frequently asked questions

Is Mixamo free for commercial games?

Mixamo is free to use and Adobe has historically allowed use of its characters and animations in projects — but licensing terms can change, so check Adobe’s current Mixamo FAQ before shipping.

Why is my Mixamo character tiny in UE5?

Unit mismatch in the FBX. Set Import Uniform Scale to 100 (or enable Convert Scene Unit) in the UE5 import dialog and reimport.

Can UE5 retarget Mixamo animations automatically?

Modern UE5 versions can auto-generate IK Retargeter setups for well-known skeletons, which handles the bulk of it. Expect to review shoulders, hands and the retarget pose manually for best results.

Keep reading