- SDK Help Center
- Unity Face Tracking
- Technical
How to enable multi face tracking in Unity?
To enable multi-face tracking in Unity*:
1. Open Assets/BanubaFaceAR/BaseAssets/Scripts/BanubaSDKManager.cs
2. On line 41 find:
const int face_count = 1;
3. Change the face_count number to desired number of faces to track, e.g. 2.
4. Save changes and run your Unity scene.
*Your license should also support that multi-face amount.