Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4
2020.1
2020.2
2020.2.0b10
Issue ID
1292319
Regression
No
Reference Image Library doesn't select images in the library when Selecting dependencies
Reproduction steps:
1. Open the attached project ("ARTest.zip")
2. Open project window and find "RefImgLibInhaler"
3. In the Context Menu (Right-click) click on the Select Dependencies option
Expected result: Image "symwarped" is selected
Actual result: Image "symwarped" in the library is not selected
Reproducible with: 2018.4.30f1, 2019.4.16f1, 2020.1.17f1, 2020.2.0b14, 2021.1.0a9
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (2021.2.X):
This is by design. References to the source Texture2D are not required at runtime and therefore maintaining references to them would bloat app size unnecessarily. There is an option to keep references to the source Texture2D.
With "Keep Texture at Runtime" checked, the source Texture2D becomes a dependency and the reference image library can be exported as the user expects.