Supporting Bluetooth Devices in Unity

I recently started learning how to develop games in Unity.  After going through a couple of tutorials to familiarise myself with the tool I started work on integrating the Bluetooth sensors I have into my Unity projects. As Unity supports a C# based scripting language I thought it would be a relatively straightforward task to migrate my existing C# code from my Visual Studio projects. As probably to be expected migrating the code wasn’t as easy as I’d thought it be.
Continue reading “Supporting Bluetooth Devices in Unity”