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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
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.