How to create our own Memoji

Hi ,

as we know apple AvatarKit is a private framework and we can not use it in our app our access user Memoji in anyways. so we decided to create our own Memoji in our app. any documents on how to build Memoji 3d model? our any tips or steps to flow to create our own Memoji ?

Accepted Answer

Hello,

You will likely want to look into “blend shape animation”. There are various 3rd party Digital Content Creation tools that support this kind of animated model. (Sometimes blend shape animation is referred to as “morph targets”)

Once you construct a model, you can drive the animation using the blend shape values provided by an ARFaceAnchor, or you can set arbitrary blend shape values.

How to create our own Memoji
 
 
Q