Skip to content

Commit 3ff9297

Browse files
authored
Update permission strings (#835)
* Update permission strings Use an empty string rather than "Not Used" for camera - the Zapbox SDK fills in a default if this is unset. Add a descriptive permission string for microphone usage. * More descriptive camera usage Mac build requires some text, so just go with a generic description that will work for iOS Zapbox build too
1 parent a0ef47c commit 3ff9297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ProjectSettings/ProjectSettings.asset

+2-2
Original file line numberDiff line numberDiff line change
@@ -641,9 +641,9 @@ PlayerSettings:
641641
enableInternalProfiler: 0
642642
logObjCUncaughtExceptions: 1
643643
enableCrashReportAPI: 0
644-
cameraUsageDescription: Not Used
644+
cameraUsageDescription: Camera is required for motion tracking and Mixed Reality
645645
locationUsageDescription:
646-
microphoneUsageDescription: Not Used
646+
microphoneUsageDescription: Microphone is required for voice chat in Multiplayer mode
647647
bluetoothUsageDescription:
648648
macOSTargetOSVersion: 10.13.0
649649
switchNMETAOverride:

0 commit comments

Comments
 (0)