Search Issue Tracker
By Design
Votes
0
Found in
2017.4
2019.2.3f1
2020.1
Issue ID
1200821
Regression
No
[2D] Sprites with spritePackingTag are not compressed even if Legacy Sprite Packer is disabled
To reproduce:
1) Open the attached project (SpritePackingTag.zip)
2) Examine both sprites in the inspector
Expected: Both have same size in the inspector
Actual: 01 is uncompressed as it has spritePackingTag (can be seen in Debug Inspector)
Reproduced in 2017.4.0f1, 2020.1.0a15
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
By design all sprites using packing tag will be imported uncompressed so as not lose any pixel quality. The atlases are then packed with the desired format specified in importer settings.
It is recommended that users remove tags if they are not in use.