HOW TO CREATE TEXTURE ATLASES PROPERLY?

This would technically be the correct atlas size, but since you want to keep your textures as a power of two, you would want to upscale it to 4096x4096. If you would like to instead fill that extra space with more textures, you could get a 4x4 grid (or 16 textures) for the same texture size.

1 Like