Line problem (Tiled vs. Unity5)

Help me!

Hi,

it looks like your tilesets are not perfectly aligned in a grid… but it is hard to tell without having the map file and the tileset. Could you upload those unless you managed to solve the issue with my previous comment?

Regards,
Ablu

Sorry, I did not realize that you see this issue in Unity5.

This issue happens when you are scaling. It happens because when scaling small pixel errors happen. So it displays the surrounding pixels of your tileset.

The fix usually is to add a 1px border around your tiles with the same color as the border pixel of your tile. You can also do this automatically while loading the image of course.

Regards,
Ablu

Tanks :slight_smile: I try that.

  • Arto