Why are there textures starting with the letter 'u'?

The most likely reason is that you have some meshes using that texture, that have UV coordinates outside of the 0..1 range. In this case, TexturePacker3D assumes that the texture is used for tiling. Update your model UVs so that they are all inside the texture to make it packable.