Skip to main content

FaceTra compatibility patch (Modular Avatar for Resonite)

Requires Resonite

The blendshapes created by FaceTra Shape Creator can be exported to

Resonite
through the experimental Modular Avatar for Resonite introduced in May 2025, but the FaceTra Shape Creator software must be patched in order to enable this compatibility.

The patch is provided for download below to all users who already have a copy of FaceTra Shape Creator, no log-in required.

danger

Please be advised that the Resonite AvatarExpressionDriver component (located in Inspector | Attach Component | Users > Common Avatar System > Face > AvatarExpressionDriver) is not created automatically by Modular Avatar for Resonite at this time of writing.

Your Resonite avatar will not have face tracking until you configure it yourself by adding the component through the Scene inspector.

Install the patch

You will need to install the correct package below on top of your existing FaceTra Shape Creator software installation. Do not remove any FaceTra software file from your existing project.

NDMF 1.8 or above needs to be installed in your project.

Depending on your version of FaceTra Shape Creator, download the corresponding patch, and install the .unitypackage in your project:

0.9.0 (November 2024)

If you use version 0.9.0 (November 2024):

0.0.5 to 0.8.0 (2024)

If you use version 0.0.5, 0.1.0, 0.2.0, 0.3.0 (2023), 0.4.0, 0.5.1, 0.6.0, 0.7.0, 0.8.0 (2024):

0.0.1 to 0.0.4 (2023)

If you use version 0.0.1, 0.0.2, 0.0.3, 0.0.4 (2023):

Other notes

note

If you are a developer, the patch consists in adding the attribute [RunsOnAllPlatforms] to the HFTSCPlugin class in HFTSCPlugin.cs:

    [RunsOnAllPlatforms]
public class HFTSCPlugin : Plugin<HFTSCPlugin>
{