Banbury / UnityPsdImporter

Advanced PSD importer for Unity3D
Other
167 stars 65 forks source link

Layer Groups problem #6

Open Kayrohinc opened 10 years ago

Kayrohinc commented 10 years ago

When I try to use parser with the psd that using layer groups- I can't parse it correctly there are some emply layers like "name of group" "</layer group>" How can I fix it?

playemgames commented 10 years ago

Unfortunately I have no idea how to parse the layer groups correctly either, you can either uncheck them in the window, delete them, or merge them into a layer before importing. If you can find a way to do it, please commit it to a fork and we'll implement it here.

Kayrohinc commented 10 years ago

I found the other project : http://u3d.as/content/magic-n-real/psd-layers-to-png-files/2F1 This package works well, maybe it can help you to fix this problem

Kayrohinc commented 10 years ago

http://psdplugin.codeplex.com/workitem/7975

Kayrohinc commented 10 years ago

I found LayerSectionInfo.cs in your plugin, it seems to be the solution, but I can't find how to connect LayerSectionInfo and psdfile