第三方公布
查看你plist文件最后的一项
<key>metadata</key>
<dict>
<key>format</key>
<integer>2</integer>
<key>realTextureFileName</key>
<string>common_res_1.png</string>
<key>size</key>
<string>{1024,1024}</string>
<key>smartupdate</key>
<string>$TexturePacker:SmartUpdate:19b4d9f4c33c897b1154ff2903aa272e:ab868ff1c46b7018a44ca73c7461f00d:5c39ec08c077d72bd05f8c12a02dbd0b$</string>
<key>textureFileName</key>
<string>common_res_1.png</string>
</dict>
我这儿是有两处common_res_1.png的,这个就是图片名字,看看路径下是否存在。
plist格式是Mac专属 虽然windows下也有编辑工具,但不推荐大家在windows下用plist,可考虑使用CSV或json。后续课程关卡章节中会有json使用的讲解。