I'm developing a visionOS app using Unity and CoreBluetooth to connect to BLE devices. However, after adding the required Bluetooth permissions in Info.plist, the app does not prompt the user for Bluetooth access, and scanning for peripherals does not work.
[VisionOS] Bluetooth Permission Not Prompting After Adding NSBluetoothAlwaysUsageDescription
Solved it.
Hi, I am interested in embedding CoreBluetooth in Unity for visionOS. Could you provide some hints how do you do that?