- Home /
Question by
TheDesignium · Jan 17, 2019 at 01:29 AM ·
audiomicrophoneheadless
Can Unity detect microphone in headless mode?
I have a Unity application I would like to run in headless mode but also access the device's microphone to send VOIP data.
However when I run the Unity application in headless mode it cannot detect the device's microphone (Microphone.devices is 0)
When running in non-headless the Unity application detects the mic.
Does headless mode disable detection for microphone?
Comment