UnityCoreBluetooth
UnityCoreBluetooth copied to clipboard
#if UNITY_EDITOR_OSX || UNITY_IOS in Unity
I was trying to use this on MacOS Sillicon in Unity. However the scripts in the plugin folder have "#if UNITY_EDITOR_OSX || UNITY_IOS", so when I try to build the app to test the bluetooth I get an error and I can't use bluetooth in play mode.