Like I said earlier, check your quality settings and the sizes of the texture you're trying to fit into the atlas. For example if you have a pair of 1024 textures you are trying to fit into an atlas, and you're targeting mobile with a 2048 texture limit, those textures won't fit assuming you chose the default 1 pixel padding as 1024+1024+1 > 2048.