Search Issue Tracker
By Design
By Design in 6.0.X
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
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
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.
Resolution Note (6.0.X):
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.