Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.3.15f1
2020.2
Issue ID
1254179
Regression
No
Sprite is packed inefficiently when using Tight Packing in the Sprite Atlas
How to reproduce:
1. Open the user's attached project
2. In the Project Window, select the Sprite Atlas (Assets > Sprites)
3. In the Inspector Window, click "Pack Preview"
4. Observe the packed Sprite Atlas
Expected result: Sprites are packed efficiently
Actual result: Some of the Sprites are packed inefficiently
Reproducible with: 2018.4.23f1, 2019.4.1f1, 2020.1.0b13, 2020.2.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
- Texture Sampling overlap causes graphical errors on specific Graphics APIs and Devices when using Framebuffer Fetch
- [Android] AssetBundle loading performance degradation when loading from a local Assetbundle
- [iOS][Android] Reflection with Generic Class returns unexpected values
- Shader Variant Collection Asset UI is hard to read when multiple Shaders and keywords are added
- Regression for "WebGL build is missing "malloc" and "free" functions when passing "-sERROR_ON_UNDEFINED_SYMBOLS=0" to emscriptenArgs"
Resolution Note (2020.2.X):
To ensure that packing does not take a long time (especially for larger projects and we also need to support Playmode), there are certain trade-offs and it may not always be possible to achieve most efficient packing especially for edge cases.