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
- “FocusController has unprocessed focus events.” warnings are thrown after adding iOS, tvOS or visionOS Build Profiles
- Holes and different colors appear on default Tree Materials after applying them to the Tree GameObject and undoing changes
- Error indicating that the Text Asset Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
- Documentation installation shows "Install failed: Validation Failed" when installing Android Build Support module
- Error indicating that the Package Manifest Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
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.