Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(-1)

Hello, first of all I would like to tell you that your product is simply exceptional. However when I try to make a sprite of a character in 46x96, there is almost always a piece of the character that protrudes on the sprite next to it. Any idea to solve this problem? Knowing that I tried with several different sprite it does it every time and no matter the size of the sprite too :/

(+2)

you are using unity ? if yes select your sprite and make sure  the Filter mode is Pointupload_2021-3-3_9-16-9.png

(4 edits) (+1)

I had this exact same problem. Point no filter is not the issue the cause is the Max Size in the import settings. 

For the super large sprite sheets you need to increase the Max Size to 4096 or whatever is larger than the size of the spritesheet itself, otherwise Unity is going to compress it. Default is 2048



Also set Compression to None and set to Point (no filter) and you should be good.