Not working Microphone in unity after update oculus
Versions OculusApp: 12.0.0.191.268 OculusFirmware: Sorry, I can not confirm this version. Unity: 2018.3.12f1 Windows10: 1903 (OS build. 18362.535) OculusSDK: 1.35.0 <= I confirm from oculus utilities plugin. Not working Microphone in unity after update Oculus app and OculusRiftS firmware. This code is not working. // I called This constructor in Awake() public Mic() { Debug.Log(Microphone.devices.Length); // 0 Device = Microphone.devices[0]; // IndexOutOfRangeException } Error log > 0 > IndexOutOfRangeException: Index was outside the bounds of the array. > XR: Error setting active audio output driver. Falling back to default. > XR: Error setting active audio output driver. Falling back to default. > XR: Error setting active audio output driver. Falling back to default.... There is three output audio device in windows setting. This error occurred that I start Unity after I set "Oculus Virtual Audio Device" to audio device. If I set another audio device, It didn't occur. And, My PC have not recognized any OculusRiftS after updating. How do you solve it? Please show me your idea.2.6KViews0likes4Comments