What problem does it solve?
This Skill solves the problem of making a sourced 3D character actually animate in Godot when the model, animation clips, and skeletons arrive separately or do not match cleanly.
Core Features & Use Cases
- Separate glTF animation workflow: Merge anim-only
.glb files into one AnimationLibrary and load it onto an AnimationPlayer you own.
- Retargeting foreign rigs: Map animations from rigs like Mixamo onto your character using
SkeletonProfileHumanoid.
- Reliable playback wiring: Set up nested character scenes, correct
root_node paths, looping idle/walk clips, and guard against per-frame animation resets.
- Use case: A rigged hero model arrives in
assets/models/ with idle and walk clips in separate files, and you need it to play smoothly in-game without T-poses, bone mismatch, or looping glitches.
Quick Start
Ask the Skill to help you import a rigged character, merge its separate animation files into one library, attach that library to your AnimationPlayer, and retarget any foreign clips if the skeleton does not match.