Mixamo
18 tools in this family (folder Editor/Tools/Mixamo/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
anim_library_apply_animation | writes | Record that an animation will be retargeted onto a given character (used by the state-machine |
anim_library_assign_avatar | writes | Associate a Humanoid Avatar .asset path with an imported character. The Avatar must be |
anim_library_build_state_machine | writes | Build a complete AnimatorController state machine for a character: locomotion blend tree |
anim_library_configure_root_motion | writes | Configure root motion on an animation: InPlaceLocomotion (walk/run/jump), TranslatingRoot |
anim_library_create_avatar_mask | writes | Create an AvatarMask .asset using a preset (UpperBody, LowerBody, NoSpine, ArmsOnly, |
anim_library_emit_animator_controller | writes | Emit a MonoBehaviour scaffold (Speed/Jump/Hit/Die parameters + state-name constants) that |
anim_library_emit_avatar_mask_template | writes | Emit a commented .cs template documenting the body-part layout for a given mask preset. |
anim_library_emit_fbx_import_preset | writes | Emit an Editor-only AssetPostprocessor that snaps every FBX dropped under a folder onto |
anim_library_emit_ik_setup_script | writes | Emit a MonoBehaviour that wires Humanoid foot & hand IK to a rigged Mixamo character. |
anim_library_export_catalog | read-only | Export the full local catalog (animations + characters + naming patterns + state machines) |
anim_library_import_character | writes | Index a character FBX as a Mixamo-style rigged character. The FBX must already exist on disk |
anim_library_init | writes | Initialize the Buril Mixamo runtime. Probes for an Adobe Mixamo SDK (none ships today), |
anim_library_inject_footstep_events | writes | Inject footstep animation events at the given frame indices. Records the desired events |
anim_library_install_hint | read-only | Return the canonical Mixamo URL + Adobe-login workflow hint so the user knows where to |
anim_library_list_animations | read-only | List every animation currently indexed in the local catalog. |
anim_library_list_characters | read-only | List every rigged character indexed in the local catalog. |
anim_library_register_naming_pattern | writes | Register a custom regex → category mapping used by mixamo_scan_folder. Custom patterns are |
anim_library_scan_folder | writes | Recursively scan a folder for Mixamo FBXs and index each one in the local catalog. |