BTLE 4 Unity
I designed and developed a Bluetooth Low Energy integration for Unity!
Nicknamed BTLE4Unity aka "Beetle"
The asset is broken into multiple parts for cross platform utilization.
- Core API: this is the high level interface that all platforms must implement
- Win API: this wraps the low level Windows SDK Bluetooth calls with C# headers and utilities.
- WebGL API: this wraps the Javascript Bluetooth implementation spec via JSLIB bindings.