kshoji/Unity-MIDI-Plugin-supports

Issue connecting to Quest 2 via cable

Bart0119 opened this issue Β· 6 comments

Hey, I'm having an issue with connecting the midi feed to my quest 2 via cable. I am using a USB-B to USB-C cable to directly connect from a YAMAHA Dgx-640 piano. I get no pop-up or event that the midi device was attached.
I tried connecting the piano to my phone the same way to test if the cable or piano are broken, but it works perfectly then.
I am also able to connect with no issues via the Yamaha UD-BT01 Bluetooth Midi adapter.

Perhaps you have some suggestions? Thanks in advance

I confirmed this issue.
The Oculus Quest 2 doesn't display system UI when Android's UsbManager.requestPermission API called.

I found it can be fixed with another API, I'll fix this at next version.

Hi, just found this thread - does this now work? If so is there an instruction guide on how to best implement this from unity? Thank you!

This issue was fixed at v1.3.1.

I have tried with the latest version Sample scene, the system UI has shown on Oculus Quest2 when the USB MIDI connection detected.
Please try open the Sample scene, and build it with the Android platform.