MacOS⚓︎
Running Dissonance on MacOS has no runtime dependencies.
Permission⚓︎
To record audio a MacOS app requires permission from the user. See the Unity docs here and the Apple docs here on how to request permission.
Notarization⚓︎
All applications running on MacOS Catalina 10.15 require "notarization". See the Apple docs here and a tutorial on permissions and notarization for Unity apps here.
To access the microphone you will need to add two keys to the entitlements file:
- com.apple.security.device.audio-input
- com.apple.security.device.microphone
You may need to add other keys to enable access to networking.