Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
4.2.7
Issue ID
ARKB-38
Regression
No
[iOS] ARFoundation ARKit does not full detect plane on iPhone 12 Pro
How to reproduce:
1. Create a new project with the AR Core template
2. Go to Edit > Project Settings > XR Plug-In management > iOS
3. Enable ARKit
4. Build and deploy the project to iOS
5. Scan your surroundings
Expected outcome: The edges of the room are detected
Actual outcome: The edges of the room do not get detected
Reproducible with: 2020.3.45f1, 2021.3.17f1, 2022.2.6f1, 2023.1.0b3, 2023.2.0a1
Reproduced on: iPhone 12 Pro (iOS 14.2.1)
Could not reproduce on: iPhone 13 Pro (iOS 15.6.1), iPhone 6S (iOS 13.3.1)
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
- Editor UI Text is displayed incorrectly or blank, and "Unable to load font face for [System Normal]." and other warnings are spammed when Editor Font is set to System Font and TMP Package is imported
- TabView with icons is smaller in height then other tabs with text
- [iOS] Error shows and "Microphone.GetPosition" logged as zero when "Microphone.Start()" is called the first time while a microphone is busy in another app and the second time when the microphone is released
- "Check for Updates" Fails to Connect to Update Server
- "Validation: Write range..." errors when creating and destroying GraphicsBuffer rapidly in WebGPU
Resolution Note:
This reflects the underlying plane data we get from ARKit, and can be seen when using the ARKit sample from Apple (https://developer.apple.com/documentation/arkit/content_anchors/tracking_and_visualizing_planes)