Skip to content

Unity

Importing Aidlab SDK to Unity is simple. Unpack the Aidlab SDK, move to the Unity directory and place it in Assets. The SDK is now imported and you can start utilizing Aidlab's sensors.

Note: Aidlab SDK for Unity supports Android development only.

Prerequisites for Android development

  • Unity 5.4+
  • Java 8
  • Android SDK 28+ (Android 9 / API level 28 or newer)
  • Device with Android 9+

Getting Started

  1. Download and extract the Aidlab SDK.
  2. Import the Aidlab SDK package for Unity into your project (Assets -> Import Package -> Custom Package...).
  3. Modify Example.cs to match your project requirements.
  4. Set minimum Android SDK version to 28+ (target/compile API 34 recommended).
  5. Build and run on an Android device to test.
  6. Turn on Bluetooth and allow location permission.