Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.1.10, 1.5.0
Issue ID
1202583
Regression
No
[Addressable] Sprite's Texture is not included in the bundle when using "Use Existing Build" build mode
How to reproduce:
1. Open the attached project ("case_1202583-addressables-sprite-bug-repro.zip")
2. Open the repro scene ("addressable-sprite")
3. Build Player Content using "Existing Build" mode
4. Enter Play Mode
Expected results: The sprite is loaded and can be seen on the white cube
Actual results: The sprite is loaded but cube remains white because it lacks a texture
Reproducible with: 2018.4.15f1, 2019.2.17f1, 2019.3.0f4, 2020.1.0a18
Couldn't test with 2017.4 (no package manager)
Reproducible with package versions: 1.1.10, 1.5.0
Notes:
1. The issue does not reproduce when "Asset Database" or "Simulate Groups" build modes are used
2. Reproduces only when the sprite's "spritePackingTag" is set to a non-null value, and the sprite is not part of an atlas
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:
Issue is caused by sprites having unused "spritePackingTag" tag. These tags should be removed from problematic sprites in order to resolve the issue. It is recommended that users remove tags if they are not in use.