I have these blocks, and I want each face to be 64x64 pixels (so I can do 64 bit textures later) However, I get these ugly black lines on the textures. This means I can’t have them next to each other seamlessly
Texture I use. The inner colored box is 64x64 pixels. I have an extra layer around these boxes, and theres were to server as added filler to prevent black lines.
Example of how it’s UV wrapped
As you can see, the outline around the block is to serve in case of the texture bleeding or whatever, and so I thought it could add extra filling, so there’d be no black lines
Example of an actual texture I use
When zoomed out
and even on flat color textures, black lines still appear