π Installation
In this page, we will guide you how to install the Unity SDK package.
You can choose one of the following two ways and install Unity SDK.
- Unity Editor: Version '2021.3.10f1' or more
Unity Package Manager
- Go to the following path from Unity tools. βWindowβ > βPackage Managerβ
- Press the '+' button and select 'Add Package from Git Url'.
-
Type
https://github.com/HAECHI-LABS/face-unity-sdk.git?path=/haechi.face.unity.sdk#<version>
into the input field then click the 'Add' button.<version>
list can be found here. For example, if you want to download version 1.1.0, you can specify URL as follows:https://github.com/HAECHI-LABS/face-unity-sdk.git?path=/haechi.face.unity.sdk#1.1.0
. -
You can see that Face Unity SDK is installed as shown below.
Install the Android libraries
If you use Google's External Dependency Manager, it will automatically download Android libraries for you.
However, if you are not using External Dependency Manager, Please manually download jar and aar files from the GitHub Release page. Please unzip and move the files in theAssets/Plugins/Android/
Updated 9 months ago