Velorexe / Unity-Android-Bluetooth-Low-Energy

A Unity Android plugin to support basic Bluetooth Low Energy interactions.
The Unlicense
101 stars 21 forks source link

Guide on how to get started? #63

Closed skuller314 closed 4 weeks ago

skuller314 commented 1 month ago

I'd like to use test the example scenes and code, but the latest unity package is from march 2023, how do I import the raw files from the GitHub into unity to test it?

skuller314 commented 1 month ago

Should I use files from main or from the Refactored Branch also?

paulhayes commented 1 month ago

Morning, use Unity Package Manager, add the package via git URL. Then while still in the Package Manager, select the samples tab and import the samples.

skuller314 commented 4 weeks ago

Thank You!