Search Issue Tracker
Won't Fix
Votes
1
Found in
2021.3.40f1
2022.3.37f1
6000.0.10f1
Issue ID
UUM-75691
Regression
No
[iOS][M1] Freeze and errors are thrown when using WebCamTexture while running iOS App on macOS
How to reproduce:
1. Open the attached Project "webcamTest.zip"
2. Build the scene "SampleScene" for iOS
3. In the Xcode Project select "My Mac" as the run destination
4. Run the Xcode Project
5. Observe the Xcode Console
Expected result: The build launches with no errors and the Player displays the Webcam
Actual result: The build shows a black screen and multiple errors can be seen in Xcode
Reproducible with: 2021.3.40f1, 2022.3.37f1, 6000.0.10f1
Reproduced on: MacBook Pro, 16-inch, 2021
Some errors thrown in Xcode:
"An abnormal situation has occurred: the PlayerLoop internal function has been called recursively. Please contact Customer Support with a sample project so that we can reproduce the problem and troubleshoot it."
"<<<< BWPixelBufferPool >>>> Fig assert: "err == 0 " at bail (BWPixelBufferPool.m:535) - (err=-6689)"
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
- Desktop Linux runtime does not respect -popupwindow command line argument
- Shader Graph more options dropdown button does not open the dropdown when clicked all the way to the right of the button
- “Attempting to draw with missing bindings“ warning lacks root cause indication and is thrown each frame when StructuredBuffer is accessed on DirectX12
- Shader Graph Import Settings documentation leads to "Sorry... that page seems to be missing!" page when opened through the documentation button in the Inspector window
- Unexpected Material change/transparency when switching between ShaderGraph and material at runtime in HDRP
Resolution Note:
While the problem is acknowledged and the iOS webcam implementation could be adjusted to detect when it's not running on an iOS device and perhaps issue appropriate warning/error messages, iOS-on-macOS is currently not a supported configuration.