Search Issue Tracker
Fixed in 2020.1.X
Votes
2
Found in
2020.1.0a3
Issue ID
1182388
Regression
Yes
[OSX][Standalone] When "Camera Usage Description" is left empty, using webcam causes crash on Player launch.
Due to new security update, the standalone player needs to ask permission when using webcam. However, if the user fails to fill the "Camera Usage Description" field, the Player will crash at the moment the webcam is started and needs to ask for permission.
Repro:
1. Download attached project
2. Build Player and run
3. Observe
4. Go to Project Settings -> Player -> Other Settings -> Configuration -> type in anything in "Camera Usage Description"
5. Build Player and run again
Expected: Instead of crashing, the Player give a warning about the missing settings, or fill in a default string to prevent crashing.
Note: Using mic needs the same permission, but failing to fill in the option for mic does not result in crashing. The mic simply doesn't work.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (fix version 2020.1):
New 2020.1+ builds will require the descriptions be set if relevant APIs are used. If descriptions are not set, the build will fail.