Camera zoom causing problem with pixel art tilset having black lines between tiles

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Matazar

Hi,

I am using a Tileset to create a hexagonal map.

When I use the default zooming of (1, 1) I get the following image as I expect:

But when I update the zoom with mouse scrolling on some zoom levels (not all) i get some black lines between the hexagons:

TilesetWithLines

I already set the options:

GPU PixelSnap to true
Stretch Mode to Viewport
Aspect to Keep
Doubled the TileMap quandrant value

But it doesn’t change anything. Nay suggestions on what to try next ?

:bust_in_silhouette: Reply From: Merlin1846

I had the same problem when making a hex map, my solution was to just decrease the size of the tiles, NOT THE ART by 1 pixel on all sides, and turn on GPU pixel snap. That fixed it.