Humanoid Retargeter - Version 306493

Created
Total Size3.2 MB (3,378,969 bytes)
Modified Size1.4 MB (1,444,648 bytes)
File Count114
Engine Version26
Changes
Changes on 2026-07-05
Meta
{ "Summary": "Retarget any humanoid animation (Mixamo, ActorCore, UE Mannequin, BVH mocap, glTF) onto s&box characters or any custom humanoid model - entirely in-editor, pure C#.", "Description": "Humanoid Retargeter converts skeletal animations from basically any humanoid rig onto the s&box characters (or any custom humanoid model) entirely inside the editor. No Blender, no Python, no native DLLs - pure C#.\n\nFEATURES\n- Drop in Mixamo, ActorCore / Character Creator, UE Mannequin, BVH mocap, or glTF/GLB files - profiles are detected automatically, and unknown rigs get auto-mapped (even skeletons with meaningless bone names, from topology alone).\n- Live preview on the actual skinned model before anything is written. Confirm a mapping once and that rig is recognized forever.\n- Multi-animation FBX files unpack into individual clips; batches can mix sources freely.\n- Outputs compiled, animgraph-ready sequences: a new animation vmdl (Base Model), or splices into your existing vmdl non-destructively (with backup + collision guards).\n- The s&box IK helper bones (root_IK, IK targets, ikrule) are baked exactly the way the official citizen clips drive them, so the default animgraph just works.\n- Foot-skate cleanup, root-motion extract/in-place, natural shoulder/neck carriage, hip-height scaling, finger curl transfer - quality options exposed as checkboxes.\n- Targets: s&box Human (default), classic Citizen, or any custom humanoid model/vmdl/FBX.\n- Experimental deep-learning fallback (a pure-C# port of SAME, SIGGRAPH Asia 2023) for rigs nothing else can map - it can even derive a reusable profile from its output.\n\nHOW TO USE\n1. Install this library into your project\n2. View -> Humanoid Retargeter (or right-click animation files -> Retarget Animation)\n3. Add files -> check the profile chips -> Convert All\n\nSource & issues: https://github.com/zeljkovranjes/humanoid-retargeter\n\nFree & non-commercial. The optional DL model derives from SAME (Lee et al., SIGGRAPH Asia 2023, CC BY-NC 4.0) - attribution included.", "WebsiteUrl": "https://github.com/zeljkovranjes/humanoid-retargeter", "Resources": "", "CodePackageReferences": [] }
{
  "Summary": "Retarget any humanoid animation (Mixamo, ActorCore, UE Mannequin, BVH mocap, glTF) onto s\u0026box characters or any custom humanoid model - entirely in-editor, pure C#.",
  "Description": "Humanoid Retargeter converts skeletal animations from basically any humanoid rig onto the s\u0026box characters (or any custom humanoid model) entirely inside the editor. No Blender, no Python, no native DLLs - pure C#.\n\nFEATURES\n- Drop in Mixamo, ActorCore / Character Creator, UE Mannequin, BVH mocap, or glTF/GLB files - profiles are detected automatically, and unknown rigs get auto-mapped (even skeletons with meaningless bone names, from topology alone).\n- Live preview on the actual skinned model before anything is written. Confirm a mapping once and that rig is recognized forever.\n- Multi-animation FBX files unpack into individual clips; batches can mix sources freely.\n- Outputs compiled, animgraph-ready sequences: a new animation vmdl (Base Model), or splices into your existing vmdl non-destructively (with backup \u002B collision guards).\n- The s\u0026box IK helper bones (root_IK, IK targets, ikrule) are baked exactly the way the official citizen clips drive them, so the default animgraph just works.\n- Foot-skate cleanup, root-motion extract/in-place, natural shoulder/neck carriage, hip-height scaling, finger curl transfer - quality options exposed as checkboxes.\n- Targets: s\u0026box Human (default), classic Citizen, or any custom humanoid model/vmdl/FBX.\n- Experimental deep-learning fallback (a pure-C# port of SAME, SIGGRAPH Asia 2023) for rigs nothing else can map - it can even derive a reusable profile from its output.\n\nHOW TO USE\n1. Install this library into your project\n2. View -\u003E Humanoid Retargeter (or right-click animation files -\u003E Retarget Animation)\n3. Add files -\u003E check the profile chips -\u003E Convert All\n\nSource \u0026 issues: https://github.com/zeljkovranjes/humanoid-retargeter\n\nFree \u0026 non-commercial. The optional DL model derives from SAME (Lee et al., SIGGRAPH Asia 2023, CC BY-NC 4.0) - attribution included.",
  "WebsiteUrl": "https://github.com/zeljkovranjes/humanoid-retargeter",
  "Resources": "",
  "CodePackageReferences": []
}

Diff (1.4 MB modified)

+6 ~21
  • Assets/humanoid_retargeter/profiles/advanced_skeleton.json (2.6 KB)
  • Assets/humanoid_retargeter/profiles/sbox.json (3.2 KB)
  • Code/HumanoidRetargeter/Cleanup/TwistBoneFollow.cs (5.5 KB)
  • Code/HumanoidRetargeter/Formats/Fbx/FbxBinaryWriter.cs (8.2 KB)
  • Code/HumanoidRetargeter/Formats/Fbx/FbxBindPoseFixer.cs (12.6 KB)
  • logo.png (40.6 KB)
  • .bin/package.notpointless.chomnr_humanoid_retargeter.cll (224.6 KB -> 242.5 KB)
  • .bin/package.notpointless.chomnr_humanoid_retargeter.xml (418.7 KB -> 442.1 KB)
  • Code/HumanoidRetargeter/Formats/Fbx/FbxImporter.cs (24.8 KB -> 27.2 KB)
  • Code/HumanoidRetargeter/Formats/Fbx/FbxNode.cs (7 KB -> 7.2 KB)
  • Code/HumanoidRetargeter/Formats/Fbx/FbxTokenizer.cs (22.4 KB -> 22.6 KB)
  • Code/HumanoidRetargeter/Mapping/AutoMapper.cs (41.9 KB -> 42.5 KB)
  • Code/HumanoidRetargeter/Mapping/ProfileLibrary.cs (47.2 KB -> 52.9 KB)
  • Code/HumanoidRetargeter/Retargeter.cs (66.7 KB -> 82.6 KB)
  • Code/HumanoidRetargeter/RetargetRequest.cs (16.9 KB -> 20.5 KB)
  • Code/HumanoidRetargeter/RetargetResult.cs (9.5 KB -> 9.7 KB)
  • Code/HumanoidRetargeter/Solve/GeometricSolver.cs (45.1 KB -> 46.3 KB)
  • Code/HumanoidRetargeter/Target/TargetRig.cs (9.2 KB -> 10.2 KB)
  • Code/HumanoidRetargeter/Target/VmdlAugmenter.cs (26 KB -> 30.4 KB)
  • Code/HumanoidRetargeter/Target/VmdlWriter.cs (18.1 KB -> 22.3 KB)
  • Editor/HumanoidRetargeter/EditorPipeline.cs (25.1 KB -> 56.1 KB)
  • Editor/HumanoidRetargeter/PreviewDialog.cs (6.5 KB -> 7.4 KB)
  • Editor/HumanoidRetargeter/PreviewWidget.cs (20.8 KB -> 40.7 KB)
  • Editor/HumanoidRetargeter/RetargetWindow.cs (49.8 KB -> 56.1 KB)
  • Editor/HumanoidRetargeter/TargetPickers.cs (8.1 KB -> 21.7 KB)
  • Editor/HumanoidRetargeter/UiSmokeGate.cs (43.8 KB -> 87 KB)
  • README.md (9.7 KB -> 10.1 KB)