Example Project Assets

CV VTuber Example

https://assetstore.unity.com/packages/templates/tutorials/cv-vtuber-example-118186

facemask_android_promotion

CVVTuberExample(Computer Vision Virtual YouTuber Example) is an example project of controlling 3D humanoid model (“Unity-chan!” Model) using WebCamTexture. You can control the head orientation and the facial expression of the 3D humanoid model using WebCamTexture only.

The execution of this asset is required “OpenCV for Unity” and “Dlib FaceLandmark Detector”.

FaceMask Example

https://assetstore.unity.com/packages/templates/tutorials/facemask-example-79999

facemask_android_promotion

This asset is an example project that maps face mask to the detected faces in an image using “OpenCV for Unity” and “Dlib FaceLandmark Detector”.

FaceSwapper Example

https://assetstore.unity.com/packages/templates/tutorials/faceswapper-example-66602

faceswapper_android_promotion

This asset is an example of swapping two faces in an image using “OpenCV for Unity” and “Dlib FaceLandmark Detector”.

This project’s code is a rewrite of https://github.com/mc-jesus/FaceSwap. .