Search Issue Tracker
By Design
Votes
1
Found in
2021.2.0b5
2021.2.0b13
2022.1
Issue ID
1369445
Regression
No
[ARFoundation] XR Reference Image Library is compiled when it is not used
Reproduction steps:
1. Download and open the attached "bug-mask.zip" project
2. Build the project for iOS
3. Observe the build progress bar
Expected result: Reference Image Library is not compiled
Actual result: Reference Image Library is compiled, unnecessarily taking up time
Reproducible with: 2021.2.0b5, 2021.2.0b16, 2022.1.0a12
Not reproducible with: 2019.4, 2020.3, 2021.1, 2021.2.0a1, 2021.2.0b4
Comments (1)
-
makaka-org
Oct 09, 2021 20:35
Faced this issue when using face tracking only
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
- [Remote Config] PreparePayloadWithConfigType function is looking for camelCase property names, when the JSON objects are using PascalCase naming
- UI Builder Viewport's Tool Gizmo has deadzones
- SpriteShapes are rendered using multiple draw calls when the SRP Batcher determines their nodes are incompatible in a specific project
- UI Toolkit Debugger "Pick Element" selects Scene view panel when trying to select a world space UI element in the Scene view
- MSAA warnings are thrown when custom post-processing is used and the Scene contains transparent GameObjects
Resolution Note (2022.1.X):
It is possible to use the Reference Image Library at Runtime, so we need to compile it. This is by design.