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
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
- Crash on EditorApplication:Internal_CallUpdateFunctions when pushing property block by index to SpriteShapeRenderer
- Depth Texture Mode "After Opaques" breaks when "Full Screen Pass Renderer Feature" is added
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.