![]()
<aside> 💡
Before continuing, make sure you’ve installed the APS SDK inside Unity.
</aside>
Download the latest APS_SDK
<aside> 💡
The latest APS_SDK is v10.5.8 https://www.mediafire.com/file_premium/w3b74xvsi05z08s/APS_SDK_10_5_8.unitypackage
</aside>
Download and install the Unity Editor
<aside> 💡
The currently supported Unity version is Unity 6000 https://unity.com/releases/editor/whats-new/6000.4.4f1
</aside>
Create a new 3D project
Double click the APS_SDK.unitypackage
Click import
Congrats! The SDK is installed!
Export the avatar from Blender as a .fbx to the Unity project folder. → Be sure the avatar was set in rest-pose when exporting the .fbx, no animation data on armature or mesh. → It needs to be just the deform bones (The ones referenced in your skinning/vertex groups, not the control rig, IK/FK bones.) correctly parented to each other, arms being child of shoulders etc…
Select the .fbx in Unity content browser and set type to "humanoid", Then “Apply”, then “Configure”, and check that all required bones shows in green. ”Done” once all your bones match correctly the Unity humanoid Bones.



Drag & drop the .fbx from the content browser into the Unity scene (you can save this scene with the name of the avatar.), select it in the outliner, inspector > add component > APS_SDK (script)
Click build avatar.
set the sunglasses (headset position)
Pick your mesh that holds your blendshapes in “Face Renderers”, by clicking on the small circle.

<aside> 🙂
</aside>
