Search Issue Tracker
Fixed
Fixed in 1.27.0, 2.7.0
Votes
0
Found in [Package]
1.25.1
2.6.0
Issue ID
ADDR-3999
Regression
No
Texture2D is included as a dependency when building Addressables with SpriteAtlas late binding
How to reproduce:
1. Open the project “IN-104737_Addressables“
2. Window → Asset Management → Addressables → Groups → Build → New Build → Default Build Script
3. In the Addressables Report, Explore → expand “defaultlocalgroup-…”
4, Observe the Size of “Assets/space-inv-1.jpg”
Expected result: “Assets/space-inv-1.jpg” is about the same size as “Assets/space-inv-2.jpg” (~485B)
Actual result: “Assets/space-inv-1.jpg” is of way larger file size (~176KB)
Reproducible with: 1.21.12 (2022.3.63f1), 1.25.1 (2022.3.63f1), 2.6.0 (6000.0.51f1, 6000.1.8f1, 6000.2.0b6)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Note: The sprites are not detected as packed, so the original texture isn't stripped and references to it are added to objects that use the sprite
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment