Requesting Microphone Permission on Mac OS
I've found some examples for requesting microphone permission on different platforms, but I haven't seen any documentation for requesting it on macos. If anyone has any experience with this, a code example would be really useful!
I've been successful in accessing and using the microphone with in unity while developing on macos, but can't get it working on the exported macos. I'm currently not requesting permission, it just works while I'm developing in unity
Answer by zauberzaubar · May 28, 2020 at 11:34 AM
Check out this forum thread: https://forum.unity.com/threads/microphone-audio-is-silent.786497/ Unity basically doesn't ask for permissions as it should on macOS atm.
Your answer
Follow this Question
Related Questions
How to request Microphone Permisson for Mac OSX Standalone? 2 Answers
How to check microphone permission in game on MacOS? 0 Answers
Sending OS X notifications from the Editor 0 Answers
Why I'm getting an “no such file or directory” Error in Xcode? 0 Answers
Change texture from file on runtime (Windows / macOS) 0 Answers