Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey this has been my first ever Game Jam, I had so much fun working on this project and thank you all for taking a look and rating my game along side everyone else! I do have a question though, I've been having an Artifacting problem on all my Sprites in Unity where even though they were cut from a Sprite sheet there are small lines, not even a Pixel wide, that overlap from the sprites adjacent, if anybody has a solution to this or any thoughts please let me know, they occur in almost every game I make so I am wondering is my Unity settings are Borked somewhere.

(+1)

This is typical of many graphics engines. The easiest way to fix it is to have a single pixel "border" of transparent pixels around every single sprite in the sheet.

I'll have to see if that option is available to me through my software of choice Pyxel Edit, its going to be awkward making 9x9 Tiles and only filling out 8x8 of them XD Thank you for the Suggestion though I will definitely try that!

I haven't really noticed this problem, did you slice properly?