Installation
How to install the Unity SDK
There are two ways to integrate the AudienceLab SDK into your Unity project.
Option 1: Install via Git (Recommended)
- Open Unity Package Manager (
Window > Package Manager
). - Click the "+" button in the top-left corner.
- Select "Add package from git URL...".
- Enter:
https://github.com/Geeklab-Ltd/audiencelab_unity_sdk.git
- Click Add.
Option 2: Manual Installation
- Download the latest Audiencelab SDK package from Geeklab.
- Extract the ZIP file into your Unity project's
/Packages
folder. - Open or reload your Unity project.
Dependencies
- Unity will automatically install dependencies.
- Confirm
Newtonsoft.Json
(version3.0.2
or higher) is installed. - Check Package Manager for any error messages.