Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.38f1
2022.3.29f1
6000.0.2f1
Issue ID
UUM-71901
Regression
No
Sprite Atlas preview is not shown in the Inspector window when it is packed
Reproduction steps:
1. Open the “IN-75987.zip” project
2. Click on the “Assets/Atlas/UI_Atlas_Icons_Stickerbook” Sprite Atlas in the Project window
3. Observe the Inspector window
Expected result: Sprite Atlas preview is visible
Actual result: Sprite Atlas preview is not visible
Reproducible with: 2021.3.38f1, 2022.3.29f1, 6000.0.2f1
Reproducible on: macOS 14.4.1 (M1 Max)
Not reproducible on: No other environment tested
Notes:
- Adding/removing objects in the Sprite Atlas and pressing the “Pack Preview” button does not make the preview appear
- No errors/warnings appear in the Console window
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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
There were no sprites to pack into the SpriteAtlas.
There were 6 sprites in Textures/Icons_Stickerbook folder but all set to Multiple/Tight and therefore did not import any sprites at all. Set the mode to Single/Tight or manually slice to create sprites and then try packing.