Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.1f1
Issue ID
UUM-760
Regression
No
[iOS] The view is not stable when using WebCamTexture in iOS 15
How to reproduce:
1. Open the project
2. Go to the Build Settings (File>Build Settings)
3. Select iOS and build
4. Open Xcode project and build for a device
5. Rotate the device a few times and look at the screen
Expected result: The view is stable
Actual result: The view is not stable
Reproducible with: 2019.4.32f1, 2020.3.21f1, 2021.1.28f1, 2021.2.1f1, 2023.2.0a18
Could not test with: 2022.1.0a13 (In the Build the Scene was empty)
Reproduced with:
VLNQA00392 - iPad (9th generation), 15.0 iOS
VLNQA00494 - iPhone 14 Pro Max, 16.3.1 iOS
Not reproduced with:
VLNQA00358 - iPhone 12, 14.1 iOS
VLNQA00310 - iPad Pro 12.9", 13.4.1 iOS
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
- [Vulkan] Crash on with multiple stack traces when rendering large Terrain with specific hardware
- Crash on SkinnedMeshRendererManager when interacting with a prefab generated with uncombined meshes using Synty Sidekick Character Creator
- Crash on folly::detail::safe_assert_terminate_v when updating the Meta XR SDK Packages
- The text font falls back on a different font depending on the fallback font used
- Template is opened in Isolation when opening it in Context and users Save the UI Document when prompted to do so in UI Builder
Resolution Note:
In our tests, the issue can be resolved by stopping the webcam texture and starting it again (WebCamTexture.Stop, then WebCamTexture.Play). We recommend detecting orientation changes, and stopping the texture for, e.g., one frame.
We may re-visit this issue in the future. However, as there is a simple workaround available, we will resolve the ticket for the time being.