Loading Mixamo animations
How to add Mixamo animations to Ready Player Me avatars.
Last updated
How to add Mixamo animations to Ready Player Me avatars.
Last updated
Ready Player Me full-body avatars are compatible with Mixamo animations. Ready Player Me full-body avatars include a Mixamo compatible full-body skeletal rig that makes it possible to use animations exported from Mixamo.
To download and use animations on full-body avatars do the following.
Find in a file explorer: [PROJECT_NAME]/Plugins/ReadyPlayerMe/Resources/RPM_Animation_Reference.zip
.
Unpack the Zip file to a folder. Notice the RPM_Avatar_Reference.fbx
file. This FBX is delivered inside a Zip file because otherwise it would be imported into Unreal Engine and converted into a Mixamo incompatible .uasset file.
Go to www.mixamo.com and log in with your Adobe credentials or create an account.
Click Upload Character.
Upload theRPM_Avatar_Reference.fbx
file.
After Mixamo completes processing the animation target, click Next.
Pick an animation of your choice.
Click Download.
In the Download Settings dialog, select Format as FBX binary
and Skin as Without Skin
. Leave Frames per Second as 30 and Keyframe Reduction as none.
Click Download. The file will download to your default download folder.
Drag and drop the FBX file into your project's Content Browser.
In the FBX Import Options popup, in the Mesh section, uncheck the Import Mesh checkbox.
Find Mesh > Skeleton. In the dropdown, choose the preconfigured RPM_Mixamo_Skeleton.
In the Transform section find the Import Rotation and change the X rotation to 90. This will prevent the animation from being imported with the wrong rotation.
Click Import.
Once imported, you can add the animation to an animation blueprint of your own, or add it to the example Blueprint BP_RPM_Animation
.