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:
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