Getting Avatar Ready
There are two easy ways to add AvatarReady to your Unity project.
Direct import from git url
Open Unity Package Manager (Window > Package manager).
Click the Add package icon, then Add Package from git URL.
Enter the following url: https://gitlab.inria.fr/avatar/avatarready.git
Click add and wait for the package to be imported.
This methode ensures you get the latest updates with minimal setup.
Clone repository
Clone the repository using git to a local folder.
In Unity, open the Unity Package Manager (Window > Package manager).
Click the add package icon, then Add package from disk
Navigate to the folder where you cloned the package, and select the package.json file.
This method allows you to modify the package’s code, but you will need to manualy pull updates using git.