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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.