Search Issue Tracker
Won't Fix
Won't Fix in 1.0.X
Votes
0
Found in [Package]
1.0.0-pre.4
Issue ID
DANB-480
Regression
No
Aseprite Sprite doesn't have the correct size when changing Import Mode to Sprite Sheet
How to reproduce:
1. Open the attached project “AsepriteBug”
2. Select the “SpriteTest” Asset
3. Change the Import Mode to the Sprite Sheet in the Inspector
4. Observe the size of the Sprite in the preview window
Expected result: The size is 16x16 and matches the original size of the Sprite
Actual result: The sprite becomes 32x32 and can’t be sliced properly
Reproducible with: 1.0.0-pre.4 (2021.3.25f1, 2022.2.20f1, 2023.1.0b16, 2023.2.0a14)
Couldn’t test with: 1.0.0-pre.1, 1.0.0-pre.3 (There is no Sprite Sheet Import Mode)
Reproducible on: Windows 11 Pro
Note: Also reproducible with the different sizes of the Sprite
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
We are adding a 4 pixel padding to every object, so they dont bleed into each other when we generate the sprite sheet. The sprite sheets are also always generated in power of two increments to support low end hardware.
The 4 pixel padding is something that we show in PSD Importer, and maybe something we should bring to the Aseprite Importer as well, so that users like yourself could bring down to 0 if you know you do not require that additional padding.
Resolution Note (1.0.X):
We are adding a 4 pixel padding to every object, so they dont bleed into each other when we generate the sprite sheet. The sprite sheets are also always generated in power of two increments to support low end hardware.
The 4 pixel padding is something that we show in PSD Importer, and maybe something we should bring to the Aseprite Importer as well, so that users like yourself could bring down to 0 if you know you do not require that additional padding.