Unity 4.3, 2D Sprites and Photoshop Layers

I’ve watched the Unity 4.3 feature videos on 2D sprites and they seemed to imply that it’s possible to set up sprites from separate different PSD layers.

However I can’t find out how to do this from the interface. Is it possible?

I was expect that each layer from a single Photoshop file could become different sprites.

separate layers in photoshop.then impot it as sprite type and change from ‘single’ to ‘multiple’ option. then go to sprite editor. Now draw rectangles and select your layers …That’s it they will be detected by unity as sprites …Cheerssss

I’ve looked further and Unity has no idea about Photoshop layers so it can’t automatically create sprites from layers. It can however create them from shapes within the image just by looking at which pixels have non-transparent/non-white content.

But it can’t for example, split up a button made with 3 overlapping layers into 3 different sprites.

I’m not sure where I got the idea that they supported Photoshop layers, but I swear it was mentioned in a talk somewhere.

https://forum.unity3d.com/threads/ps2d-photoshop-layers-to-unity-sprites-released.234804/