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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
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)