Here’s my problem: I have a texture of size 4x4 pixels that I want stretched over a mesh.
Bilinear and trilinear filtering modes are no good since the texture becomes blurry. Point mode is the only option that’s left. However, Unity still seems to apply some sort of anti-alising even when using point filter mode.
I’d like pixel-perfect up-scaling. Is that possible?