Search Issue Tracker
By Design
Votes
0
Found in [Package]
6.0.0-pre.3
Issue ID
ARKB-60
Regression
No
The forward direction of an AR camera is not aligned with the center of the screen on iOS devices with a notch or a Dynamic Island
How to reproduce:
1. Build And Run the attached “.zip” project on an iOS device with a notch or a dynamic island
2. In the app, press the “Load” button
3. Observe the crosshair
Expected result: Crosshair is in the middle of the screen
Actual result: Crosshair is not in the middle of the screen
Reproducible with: 5.1.0 (2021.3.31f1, 2022.3.10f1, 2023.1.16f1), 6.0.0-pre.3 (2023.2.0b13, 2023.3.0a9)
Reproduced on:
VLNQA00494 - iPhone 14 Pro Max, 16.3.1 iOS
VLNQA00358 - iPhone 12, 14.1 iOS
iPhone 12 Pro (user’s info)
iPhone X (user’s info)
Not reproducible on:
VLNQA00392 - iPad (9th generation), 15.0 iOS
VLNQA00310 - iPad Pro 12.9", 13.4.1 iOS
iPad Mini 5th gen (user’s info)
VLNQA00293 - OPPO R17 Pro (PBDM00), CPU: Snapdragon 710 SDM710, GPU: Adreno 616, OS: 10 (4.01 at 100%)
VLNQA00513 - OnePlus Nord N10 5G (BE2029), CPU: Snapdragon 690 SM6350, GPU: Adreno 619, OS: 11
VLNQA00498 - Google Pixel 7 (Pixel 7), CPU: Google Tensor G2, GPU: Mali-G710, OS: 13
Editor and Standalone Player (macOS)
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
- Rendering locks up when not looking at a transparent material on Meta Quest 2
- Volumetrics break when using a Custom Pass to create a Thickness Buffer for Alpha Clipping
- All tests are run instead of only the failed ones when the "Rerun Failed" button is pressed
- GameObject is not masked when the "Render PostProcessing Effects" pass executes with a resolved non-MSAA Color target and MSAA DepthStencil target
- [Android] Gfx.WaitForGfxCommandsFromMainThread high performance usage and inconsistency when built Player scene has Canvas GameObject on a specific Project
Resolution Note:
The main AR Foundation camera uses the perspective matrix provided by ARKit so that 3d content is rendered in the correct perspective.
On some iOS devices this matrix is not symmetrical, resulting in 2D content not appearing as expected.