Humanoid Retargeter - Version 305364

Created
Total Size3 MB (3,103,588 bytes)
Modified Size1.1 MB (1,118,028 bytes)
File Count108
Engine Version26
Changes
Changes on 2026-07-02
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.1 MB modified)

+7 ~18 -2
  • Assets/humanoid_retargeter/profiles/daz_genesis.json (2.4 KB)
  • Assets/humanoid_retargeter/profiles/perception_neuron.json (2.6 KB)
  • Assets/humanoid_retargeter/profiles/valvebiped.json (2.5 KB)
  • Assets/humanoid_retargeter/profiles/xsens_mvn.json (1.1 KB)
  • Code/HumanoidRetargeter/Formats/Renderware/RwAnmImporter.cs (22 KB)
  • Code/HumanoidRetargeter/Formats/Renderware/RwDffSkeleton.cs (17.1 KB)
  • Code/HumanoidRetargeter/Formats/Renderware/RwStream.cs (2.7 KB)
  • .bin/package.notpointless.chomnr_humanoid_retargeter.cll (197.2 KB -> 224.6 KB)
  • .bin/package.notpointless.chomnr_humanoid_retargeter.xml (370.4 KB -> 418.7 KB)
  • Assets/humanoid_retargeter/profiles/soma_bvh.json (2.6 KB -> 3 KB)
  • Code/HumanoidRetargeter/Formats/Bvh/BvhImporter.cs (18.6 KB -> 26.6 KB)
  • Code/HumanoidRetargeter/Mapping/ProfileLibrary.cs (33.9 KB -> 47.2 KB)
  • Code/HumanoidRetargeter/Retargeter.cs (63.9 KB -> 66.7 KB)
  • Code/HumanoidRetargeter/RetargetRequest.cs (15.2 KB -> 16.9 KB)
  • Code/HumanoidRetargeter/RetargetResult.cs (9.2 KB -> 9.5 KB)
  • Code/HumanoidRetargeter/Skeleton/SourceScene.cs (3.7 KB -> 4.6 KB)
  • Code/HumanoidRetargeter/Solve/GeometricSolver.cs (27.8 KB -> 45.1 KB)
  • Code/HumanoidRetargeter/Solve/RestNormalizer.cs (12.4 KB -> 20.4 KB)
  • Code/HumanoidRetargeter/Target/VmdlAugmenter.cs (15.2 KB -> 26 KB)
  • Editor/HumanoidRetargeter/AssetContextMenu.cs (1.1 KB -> 1.2 KB)
  • Editor/HumanoidRetargeter/M0Gate.cs (10.4 KB -> 11.2 KB)
  • Editor/HumanoidRetargeter/RetargetWindow.cs (43.7 KB -> 49.8 KB)
  • Editor/HumanoidRetargeter/SourceFileEntry.cs (12.3 KB -> 16.6 KB)
  • Editor/HumanoidRetargeter/UiSmokeGate.cs (36 KB -> 43.8 KB)
  • README.md (9 KB -> 9.7 KB)
  • HANDOFF.md (9.6 KB)
  • logo.png (40.6 KB)