【PSD To Unity】将psd中的文件直接导出到unity中

原贴:http://blog.csdn.net/woyidinghuichenggong/article/details/44566041


PSD2UGUI-master点击打开链接根据psd导出的xml然后在unity中使用(经国人修改)



UnityPsdImporter-master   点击打开链接 photoshop的c#类库及其一个editor文件(very Important)
UnityPSDImporterModule-master 点击打开链接 同样是(photoshop的c#类库及其一个editor文件)


UnityPSDLayoutTool-master 点击打开链接 psd在unity的inspector中使用,导出prefab等文件(重要)
UnityPsdUI-master 点击打开链接 在unity中将层导出图片和prefab


PSDtoSprite-master点击打开链接包含photoshop的dll、AssetPostProcessor的处理(可以忽略)



unity官网1

psd中导出xml文件和png

unity官网学习2

在unity中根据xml文件导出一个类,同时导出atlas文件,生成prefab可以不用考虑。