Gaps between parts textured by decals

I’m making a game where users build using blocks. Each block is seperate which causes a problem.

The block I’m using here, (grass block) is textured using decals. When I put the blocks next to each other they form these tiny gaps that really bug me:

Decal Part Gaps

How to fix?

I figured it out. It’s because the textures on the side has a darker color so it sticks out a bit. I just need to make a system where it only loads the texture if there isnt a part covering it

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.