Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(3 edits) (+1)

Epic pack, I will use it in my tiny unreal 5 game.



PS: I had to trim some aseprite files with  tiny separated pixel (like fences or trees , bush. etc) because they = are treated as a single image in unreal. but this is a quirk of the engine and the pack itself is perfect.

Thank you :0

Hi,

Thank you! :) Just to confirm, how are you importing the sprites into Unreal so I can maybe try find a way to have this not happen in the future?

Thanks.

Sure.

So basically we have two ways to extract sprites from sprite sheets.

1) automatically :  unreal will try to find the best bounding box for each sprite then extract them, but this often lead to issues where separated pixels or not aligned pixels are treated as a whole image to export 

( Screenshots, 1 yellow square = one image detected to extract)










2) the other way is to manually set grids heights/length with margins.
but this works well only if the sprite sheet is clipping all the images in a good way ( thus putting every sprites in a x,y distance where x,y are the biggest "bounding box" of the biggest sprite in the sheet





---

The easiest fix is to provide One sprite sheet with big bouding boxes (like 124x124 or more to accommodate the biggest sprite)
OR
Just Put single images for complex sprites.





(so here I cropped barriers into single images so i can import the whole sprite)

Awesome, thanks for that. I’ll try improve this for the next update. I appreciate the help.

Let me know in the future if you need to test packs beforehand ;)