If your unpacked textures are still not appearing, it could be due to a few reasons. First, ensure that the images path is set correctly, as missing images often indicate a path issue. Additionally, check if the textures were packed with premultiplied alpha and ensure that the "Unpremultiply alpha" option is enabled when unpacking. If the atlas file only contains one large image without individual regions, it may not unpack into smaller images. Lastly, verify that the texture atlas and images are correctly linked and that the atlas file contains the necessary information for each texture region.