Search Unity

Feature Request Unity Hub Permissions

Discussion in 'Unity Hub' started by Palf_Panivox, Sep 20, 2022.

  1. Palf_Panivox

    Palf_Panivox

    Joined:
    Oct 18, 2021
    Posts:
    4
    Hello,

    We are developing an application that uses Speech Recognition. However we are having trouble testing it in the Mac editor due to Apple requiring the NSSpeechRecognitionUsageDescription flag being set in the pList.

    Would it please be possible to add this permission "NSSpeechRecognitionUsageDescription" to the default pList for Unity Hub and Editor when the distribution is shipped, the same as has been added for the other permissions required by MacOS such as the Camera usage.

    e.g.

    <key>NSBluetoothAlwaysUsageDescription</key><string>This app needs access to Bluetooth</string><key>NSBluetoothPeripheralUsageDescription</key><string>This app needs access to Bluetooth</string><key>NSCameraUsageDescription</key><string>This app needs access to the camera</string>

    If it not possible to add this permission could please inform us of a way of testing Speech Recognition in the editor.

    Regards