humanoid-retargeting-import-workflow

Import humanoid rigs and retarget animations in Godot Engine with SkeletonProfile and BoneMap validation.

2|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/DubDev720/gdref --skill humanoid-retargeting-import-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: humanoid-retargeting-import-workflow
Source: https://github.com/DubDev720/gdref/tree/main/godot-skills/godot-operational/humanoid-retargeting-import-workflow
Command: npx skills add https://github.com/DubDev720/gdref --skill humanoid-retargeting-import-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of importing humanoid character rigs and their associated animation libraries into Godot, ensuring compatibility and reducing visual artifacts.

Core Features & Use Cases

  • Rig Import: Handles the import of 3D humanoid skeletons.
  • Animation Retargeting: Facilitates the retargeting of animations between different humanoid rigs.
  • Use Case: When importing a new character model with a set of pre-made animations, this Skill ensures those animations play correctly on the new rig without distortion.

Quick Start

Use the humanoid-retargeting-import-workflow skill to import a humanoid rig and retarget animations.

Frequently Asked Questions about humanoid-retargeting-import-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retarget humanoid animations in Godot without visual distortion?

To retarget humanoid animations in Godot without visual distortion, use the engine's integrated skeleton profile and bone map tooling. Validating your SkeletonProfile and BoneMap ensures accurate retargeting outcomes across different rigs.

Why do my imported character animations look broken in Godot?

Imported character animations look broken in Godot due to animation compatibility issues between the source and target rigs. Applying a proper BoneMap to your SkeletonProfile resolves these visual artifacts by correctly mapping bone transformations.

What is the process for importing a humanoid rig into Godot?

The process for importing a humanoid rig into Godot involves loading the 3D skeleton and configuring a SkeletonProfile. You must then validate a BoneMap to ensure the rig and its associated animation libraries are correctly mapped for the engine.

Do I need a SkeletonProfile to reuse animations on a new humanoid model in Godot?

Yes, you need a SkeletonProfile and a validated BoneMap to reuse animations on a new humanoid model in Godot. Adhering to these profile and bone map validation requirements is necessary for accurate retargeting outcomes.

Can I use pre-made animation libraries on a custom humanoid skeleton in Godot?

You can use pre-made animation libraries on a custom humanoid skeleton in Godot by applying the retargeting workflow. This process leverages integrated bone map tooling to translate animations onto your custom rig without distortion.