Placeholder-Software / Dissonance

Unity Voice Chat Asset
69 stars 5 forks source link

Oculus Quest Permission Dialog #181

Closed martindevans closed 4 years ago

martindevans commented 4 years ago

On the Oculus Quest the permissions dialog for microphone access never appears, this breaks voice since Dissonance cannot read any data from the mic.

It has been reported that the fix for this is to add this line to the AndroidManifest.OVRSubmission file:

<meta-data android:name="unityplayer.SkipPermissionsDialog" android:value="false" />