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
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
- “ReferenceError: Pointer_stringify is not defined” error is thrown when downloading a file
- GameObjects are not rendered when using a fragment shader with RWStructuredBuffer in URP
Add comment