PSDImporter now provides the order of layers and groups in the file.
This is used by the Sprite Visibility Window in Skinning Module
What’s Experimental
Added an experimental feature “Keep Duplicate Name” to the importer.
This ensures that sprites are still named the same as the layers they are generated from even when they are generated from layers that have duplicated names.
E.g.: A PSB file with 2 layers both named Arm will import those as 2 sprites both named Arm.
Added a feature that retains Sprite names even if they are generated from a Layer that has a duplicate name.
We’re using the PSB importer to get some animations going. Unfortunately it seems the importer is rearranging the layers and their content in such an ineffective way, that the resulting sprites are half the size they are in the original PSB file. Did we miss something? Is there a way to rearrange them manually? The only way we found to get a proper quality atlas is to increase the max texture size from 2048 to 4096, however, the current atlas has a height of 2048 but only half the width. At a size of 2048x2048 it would be easy to get all the sprites arranged in full size.
Anything we can do about this or is that something that will be fixed in future releases?