Skip to content

Aidlab/aidlabsdk-unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Home of AidlabSDK repository for Unity (Android and Windows only).

You can check our website to get the answers for the most common questions related to Aidlab.

Windows

  1. Import unitypackage
  2. Create your example and call the static init method from the AidlabSDK class. When it is called, it will start scanning and trying to connect the nearest device.
  3. Integrate signals from the device using methods from AidlabDelegate. Example can be found in the file Example.cs in the example folder.

Directory structure

ble_dll - fork of BleWinrtDll, a Bluetooth supporting library for Windows written in C++.

unity_plugin - Utilities for Bluetooth connectivity for AidlabSDK. The whole project was exported to unitypackage for easy import.

example - Project example.

Android

You can find the entire tutorial with description on our blog.

Questions and Support

If you have problems, create an issue or join our Discord channel.