- Home /
 
 
               Question by 
               dansav · Apr 28, 2015 at 06:42 PM · 
                microphonedevices  
              
 
              Unity 4.6 no microphone devices
I've tried this on two different mac machines with yosemite and am getting no devices. There is a built-in microphone, and usb microsoft microphone that should show up in the list.
 Debug.Log(Microphone.devices.length);
 for (var device in Microphone.devices)
         {
             Debug.Log("Name: " + device);
         }}  
 
 
              
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
Mac Built-In Microphone Not Working 2 Answers
How do I tell if the microphone is working? 2 Answers
Microphone.GetComponent () not working + Microphone.devices empty? 0 Answers
Does the WebPlayer have Microphone Support? 2 Answers
Is it possible to live record and filter Audio with UnityPro? 0 Answers