I was wondering how to reduce the image and material count in a game engine like Unity. If you scale your textures as shown in this lecture it bleeds into another texture in a texture atlas. So how do I see those assets using a texture atlas w/o bleeding?
This is how I am doing
This is how other people do it