Of course it would, you're reducing the size of each texture in that case. The more pertinent question is, would you be gaining performance in some way by using a 2k atlas vs 4x 1k textures. If you're always going to be seeing all 4 textures together, then yes, you should atlas them into a single texture, to save on…