Search Issue Tracker
In Progress
Under Consideration for 2.6.X
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
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Styles are applied when the tab view has the different style class set in UI Debugger
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
- [Android] Permission window is not shown when using a Build App Bundle (Google Play) with Minify set to Release
Add comment