I need to load texture images from plist file to be used for SKTextureAtlas. I have made this using the images as frames manually, i. e. run action with textures. But now I have compacted the images in one .png and added their data to the .plist file.
How can I load the texture from this plist file ?