Graphical error in Unity

Hi, I’m having an issue with my Tiled maps in Unity.
After I export my maps to Unity, I get some weird graphical artifacts.

As you can see in the in the images I included, in 3D mode, there are these 1px lines around each and every tile. These lines are only visible in Unity and not in Tiled.

Does anyone know what the cause of this might be and how it can be fixed?
Thanks!

It’s probably the common Tile Bleeding, you can find a lot of topics on it, for example here: Texture Bleeding and Partial grid lines a tilemap

And a solution would be:

1 Like

Putting a 1px border around my tiles fixed the problem!
Thank you for your help!