Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

Someone can help me?, I cut the sprites 48x48 in unity and there's this little corner of the sprite before.

Think this has to do with your texture importing in the sprite.

Make sure you have a point filter. No compression and keep the pixels per unit 48. Since you are working with 48x48 sprites

I imported that way, and that was the resul

Were you able to fix it, I have the same issue?

Hi Random Guy, unfortunately I don't have time to answer to all the questions I receive under my assets since I'm focusing on other stuff atm.
Your problem is due to Unity texture size settings

texture size 2048 (using the 32x32 version)

texture size 4096 (using the 32x32 version)

Thanks, I just had the same problem as well.