Search Issue Tracker
By Design
Votes
0
Found in [Package]
3.1.0-preview.4
Issue ID
1219775
Regression
No
[iOS] ARKit reorders the XR Reference Image Library when built on iOS
How to reproduce:
1. Open the user-supplied project
2. Build the "SampleScene" Scene for iOS and deploy it
3. Enter Play Mode in the Editor and compare the Game view with the Player's output
Expected result: the Player's output is the same as the Game view in the Editor (Reference Images are outputted in order)
Actual result: the Reference Image order is reversed in iOS
Reproducible with: ARKit 3.1.0-preview.4, 3.0.1 (2019.3.0f6, 2020.1.0a25)
Could not test with: ARKit 2.0.1, 2.1.1, 2.1.2, 3.0.0-preview.1, 3.0.0-preview.4 due to package errors
Reproduces on:
VLNQA00160 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
- 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:
Unfortunately, the reference image library is internally stored in an unsorted set on the Xcode side so we can't guarantee the edit-time ordering will match the runtime ordering. Please use the GUID and string identifiers rather than depending on the index of the list in the editor.