Unity Editor tools for Pawlygon's avatar face-tracking workflow.
This package helps you duplicate source avatar assets, prepare a working folder structure, swap updated meshes from a modified FBX back onto a prefab, and generate .hdiff patch files for distribution.
- Guided
Avatar Setup Wizardavailable from!Pawlygon/Avatar Setup Wizard - Batch setup for one or many avatar entries in a single run
- Shared-folder or separate-folder output layouts depending on your project needs
- Automatic creation of working folders, copied FBX assets, copied prefabs, and working scenes
- Reimport detection for modified FBX files
- Mesh review UI for matching FBX skinned meshes to prefab skinned meshes before applying replacements
- Automatic creation of
FTDiffGeneratorassets for patch generation .hdiffgeneration for both FBX and.metachanges using bundledhdiffzbinaries- Optional prefab helpers for Pawlygon VRCFT setup and importing the latest PatcherHub package
The current workflow is built around a five-step editor wizard:
Setup- choose source FBX/prefab assets, configure output folders, and create the working structureImport Modified FBX- replace the copied FBX with your edited version and wait for Unity to reimport itSelect Meshes- review detected skinned mesh matches and choose which replacements to applyPrefabs- optionally add Pawlygon VRCFT setup or import the latest PatcherHub unitypackageFinish- review the generated paths and completed output
During setup, the wizard creates a working structure like this:
Assets/<MainFolder>/<AvatarName>/
FBX/
Prefabs/
Internal/
Scenes/
In shared-folder mode, multiple avatar entries can be placed into the same FBX/, Prefabs/, and Internal/Scenes/ structure.
The package includes FTDiffGenerator, an editor asset that compares the original FBX against the modified FBX and writes patch files into:
patcher/data/DiffFiles/
The generator creates:
- one
.hdifffile for the FBX itself - one
.hdifffile for the FBX.meta
The wizard creates these generator assets for you automatically as part of the avatar setup flow.