Search Issue Tracker
Not Reproducible
Votes
1
Found in
2021.3.35f1
2022.3.20f1
2023.2.11f1
2023.3.0b8
6000.0.0b11
Issue ID
UUM-64572
Regression
No
Logs don’t show up in Xcode when using WebCamTexture Class
How to reproduce:
1. Build And Run the user’s attached “WebCamTexture-Camera-Feed-Bug-Report.zip” project on an iOS device
2. Grant camera permission
3. Restart the app
4. Change the device’s orientation a few times
5. Observe the logs
Expected result: Logs are logged
Actual result: Nothing is logged
Reproducible with: 2021.3.35f1, 2022.3.20f1, 2023.2.11f1, 2023.3.0b8
Reproduced on:
VLNQA00494 - iPhone 14 Pro Max, 16.3.1 iOS
VLNQA00358 - iPhone 12, 14.1 iOS
VLNQA00392 - iPad (9th generation), 15.0 iOS
VLNQA00310 - iPad Pro 12.9", 13.4.1 iOS
Not reproducible on:
VLNQA00336 - HUAWEI Y6p (MED-LX9N), CPU: MediaTek MT6762R, GPU: PowerVR Rogue GE8320, OS: 10
VLNQA00498 - Google Pixel 7 (Pixel 7), CPU: Google Tensor G2, GPU: Mali-G710, OS: 13
VLNQA00409 - Galaxy Z Fold3 5G (SM-F926B), CPU: Snapdragon 888, GPU: Adreno 660, OS: 11
Comments (2)
-
makaka-org
May 29, 2024 13:23
It’s also reproduced when using AR Foundation without using WEBCAMTEXTURE CLASS.
-
makaka-org
Feb 22, 2024 14:56
Reproduced also on:
- Unity 2022.3.18.
- Platforms: iOS 17.3.1 with iPhone XS Max.Not reproducible also on:
- Samsung Galaxy A71Original bug description and workaround: https://forum.unity.com/threads/camera-feed-on-background-mobile-camera-stream-unity-asset-device-camera.1443007/#post-9658775
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
- Camera Preview does not detect multiple cameras with same GameObject name
- Crash on TypeTreeIterator::Children() when renaming a corrupted asset while Asset Serialization is set to Mixed
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
- Loading animations are hitching or stopping when using "SceneManager.LoadSceneAsync" to load new scenes
Resolution Note:
Provided project doesn't even try to write log messages. Adding logging calls properly shows message in the log. We are unable to reproduce the issue.