TextureAtlas tool not reading Texture atlas - SpriteKit Texture Atlas Generator Error
问题 I am trying to make a node with a simple animation, so I created a animation with each individual frame as a .png file, I stuck them all in a folder, and named it stoneanimation2.atlas . This is the code I tried: SKTextureAtlas *atlas = [SKTextureAtlas atlasNamed:@"stoneanimation2"]; SKTexture *stone2 = [atlas textureNamed:@"stone2.png"]; SKTexture *stone3 = [atlas textureNamed:@"stone3.png"]; SKTexture *stone4 = [atlas textureNamed:@"stone4.png"]; SKTexture *stone5 = [atlas textureNamed:@