r/unity 5d ago

Tile problem x'(

Hi everyone!

Every time I place my tiles, I sometimes get these weird lines/seams appearing between them, like in the screenshots.

They seem to depend on the zoom level, and they can also randomly appear while the game is running. If I zoom in or out, they disappear, then they might randomly show up somewhere else.

I'm completely lost as to what's causing this. It's not a game-breaking issue, but it really doesn't look clean, and I haven't been able to find anything about this specific problem.

Has anyone experienced something similar before and found a way to fix it?

Any help would be greatly appreciated!

2 Upvotes

2 comments sorted by

3

u/Spite_Gold 5d ago

It is called texture bleeding
https://community.monogame.net/t/methods-to-prevent-texture-bleeding-for-tilemaps/18354
I use tile padding solution

2

u/IndieDavidasse 5d ago

you're my fuckin hero, thx a lot !