UnityAndESP32_BLEExamples icon indicating copy to clipboard operation
UnityAndESP32_BLEExamples copied to clipboard

BLE examples between unity and esp32. this repo used Unity Store Asset "Bluetooth LE for iOS, tvOS, android".

Results 2 UnityAndESP32_BLEExamples issues
Sort by recently updated
recently updated
newest added

Unity 2021 is throwing compiler error: error CS1501: No overload for method 'ScanForPeripheralsWithServices' takes 4 arguments Recommended solution to that?

Hi, I'm working on transmitting data from ESP32 to unity, thanks for providing this useful example. I slightly modify your program so It is almost the same and I thought...