6. Before Rigging
This document has been updated along with MYTY Kit v1.0 release on October 2022.
TL;DR
MYTY Kitโs Motion Tracking Solution
Understanding the overall Motion Tracking process is required before the Bone Rigging, Controller, and MotionAdapter steps. It is recommended that you first read thePrerequisites.
MYTY ecosystem aims to enable Avatar Creators and metaverse app developers to create and use various live avatars easily. Accordingly, MYTY Kit solves the following needs of Avatar Creators and metaverse app developers.
Needs of Avatar Creators :
Even if I am not familiar with the technical background of motion capture, I want to apply motion capture data to my avatars freely.
I want my avatar works well with compatibility across various metaverse apps.
Needs of Metaverse app developers :
I want to use various motion capture solutions to fit my multiple platform applications and apply them to MYTY Avatars.
I want to use live avatars without compromising the Avatar Creator's motion design intent.
To achieve the above purpose, MYTY Kit provides DefaultMotionTemplate and MotionAdapter. The overall motion data pipeline covered by MYTY Kit is shown below.
Motion Capture Data Pipeline
MYTY Kit's motion capture data pipeline is divided into a part handled by metaverse app developers and a part handled by Avatar Creators.
When we move our body or face in front of the camera, that movement is captured and transmitted as data.
The captured data is categorized through TemplateBridge of MYTY Kit and flow to MotionTemplate.
Motion data delivered to MotionTemplate is used as input for MotionAdapter and flows to the Controller connected to the adapter.
The Controller expresses the movement by transforming the bones or sprites of the connected avatars.
An avatar that follows you in real-time is complete.
DefaultMotionTemplate include in MYTY Kit
MYTY Kit provides a MotionTemplate that can be used as a sample by utilizing Google's MediaPipe and Mefamo. This is called DefaultMotionTemplate. By using this, Avatar Creators can obtain stable motion data automatically without applying a separate motion capture solution.
Check the motion data in real-time
1. Drag and drop Assets > MYTYKit > MotionTemplate >
DefaultMotionTemplate
into an empty Hierarchy window.
2. Drag and drop Assets > MYTYKit > MotionTemplate > Motion Source Samples >
MediapipeMotionPack
into an empty Hierarchy window.
3. In the Inspector window of MediapipeMotionPack > MediapipeMotionSource
object, set Motion Template Mapper
to DefaultMotionTemplate
.
4. Select DefaultMotionTemplate > Parametric >
SimpleFaceParam
and press the โถ๏ธ(Play)
button to play the project.
5. You can see the facial motion data value tracked in real-time in the inspector window.
Get familiar with making live avatars
Key terms
The process of taking this 3D coordinate information and connecting it to the 2D NFT Avatar can be broken down into smaller steps of bone rigging, Controller, and MotionAdapter. Before you proceed further, please familiarize yourself with the following key terms.
MYTY Avatar
Motion capture
Motion capture(Mo-Cap) is the process of capturing the movement of people, animals or objects, transferring it to a 2D or 3D model and animating it with the set of recorded movements.
Motion tracking data (Motion data)
Movement data tracked by Mo-Cap solution.
Motion Adapter
A MYTY Kit tool that processes motion tracking data and connects it to another MYTY Kit tool, the Controller.
Controller
A MYTY Kit Tool that controls the Bones and Sprites (Image) of MYTY Avatars.
Bone rigging
The process of connecting Bones to the 2D Avatar Image to enable joint movements.
Sprite Mesh
The sprite's mesh type is all about how Unity will render your sprite in your game. The traditional way of rendering them is in full rect mode.
What kind of motion data can be tracked?
In DefaultMotionTemplate of MYTY Kit, motion data is classified into 47 templates.
MYTY Kit v1.0 provides a stable motion tracking environment only for Face parameters and Head. Other motion data for full-body tracking will be provided in a later version.
The Controller-MotionAdapter Relationship
Which Controllers and MotionAdapters will you need to make your desired animation?
MYTY Kit tools
Controller
andMotionAdapter
connect the userโs Motion tracking data to their MYTY Avatar.MotionAdapter is a tool that processes raw Motion input and delivers it to the related Controller.
Controller is a tool that uses the processed Motion input to control an avatarโs Bones and Sprites.
Letโs find out more about the four types of Controllers included in MYTY Kit: what they do, and which MotionAdapters they can be used with.
Input
The float value of 1 MotionAdapter output.
The float values of 2 MotionAdapter outputs.
Output
Transformation of connected bone(s).
Transformation of connected bone(s).
Related MotionAdapter
๐ BoneTiltOrPosition ๐ (Bone) EyeBlink & EeyBlinkAll ๐ (Bone) EyeBrow & EyeBrowAll
๐ Bone2D
๐ (Bone) Pupil & PupilAll
Usage Example
Using the userโs eyebrow movements in the vertical axis to set movements of the avatarโs eyebrow bone.
Using the userโs face movements in the vertical and horizontal axes (face direction) to set movements of the avatarโs FaceBone.
Using the userโs chest movements in the vertical and horizontal axes to set movements of the avatarโs BodyBone.
Input
The float value of 1 MotionAdapter output.
The float value of 2 MotionAdapter output.
The float value of 2 MotionAdapter output.
Output
Selection of appropriate sprite image(s) to display.
Selection of appropriate sprite image(s) to display.
Selection of appropriate bone-rigged sprite image(s) to display.
Related MotionAdapter
๐ (Sprite) EyeBlink & EyeBlinkAll ๐ (Sprite) EyeBrow & EyeBrowAll
(Sprite)MouthSprite
(Sprite)MouthSprite
Usage Example
Using the userโs eye size in the vertical axis to display an appropriate eye-shape sprite.
Using the user's mouth size in the vertical and horizontal axes to display an appropriate mouth-shape sprite.
Using the user's mouth size in the vertical and horizontal axes to display an appropriate mouth mesh sprite rigged with bones.
๐ Please refer to 8. MYTY Kit Controllers for more information on the Controller.
๐ Please refer to 9. Apply Motion Tracking for more information on the MotionAdapter.
Usage Example
There are two ways to make an eye-blinking animation.
1. Using Bone Animation
You can make it using the Bone 1D Controller
and (Bone)EyeBlink Adapter
Rig the EyelidBone to the Eyelid Sprite.
Create an empty GameObject (Naming example: EyeBoneController) within Controller Group, and add the Bone 1D Controller Component.
Open Bone 1D Controller Window. Specify EyeBoneController, and add EyelidBone Object to the list in the Hierarchy window.
Save the EyelidBoneโs positions for when the eye is open (Max) and closed (Min).
Add (Bone)EyeBlink Adapter Prefab to Hierarchy. Specify the SimpleFaceParam template and EyeBoneController to the Template and Controller, respectively.
Press the Project play button to check that the animation works as intended.
2. Using Frame Animation
You can make it using the Sprite 1D Range Controller
and (Sprite)EyeBlink Adapter
.
Create an empty GameObject (Naming example: EyeBoneController) within Controller Group, and add the Sprite 1D Range Controller Component.
Open Sprite 1D Range Controller Window. Specify EyeBoneController, and add Eyelid Object to the list in the Hierarchy window.
Press Auto Label to automatically bring up Sprite Library Label.
Assign Min and Max values to the Sprite Label for when the eye is open, to determine the data range within which an open-eye Sprite will be sent.
Assign Min and Max values to the Sprite Label for when the eye is closed, to determine the data range within which a closed-eye Sprite will be sent.
Add (Sprite)EyeBlink Adapter Prefab to Hierarchy. Specify the SimpleFaceParam template and EyeBoneController to the Template and Controller, respectively.
Press the Project play button to check that the animation works as intended.
Last updated