Overview
The PSD Importer is an Asset importer that imports Adobe Photoshop .psb files into Unity, and generates a Prefab of Sprites based on the imported source file. The .psb file format is functionally identical to the more common Adobe .psd format, but supports much larger images than the .psd format (up to 300,000 pixels in any dimension). To convert existing artwork from .psd to .psb format, you can open them in Adobe Photoshop and then save them as .psb files.
Importing .psb files with the PSD Importer allows you to use features such as Mosaic (to automatically generate a Sprite sheet from the imported layers) and Character Rig (to reassemble the Sprites of a character as they are arranged in their source files).
The PSD Importer currently only supports two Texture Modes: Default and Sprite.
Note: The Sprite Library Asset is no longer editable from the Skinning Editor of the 2D Animation from version 6.0 onwards as the Category and Label options have been removed from the Sprite Visibility panel. However, the PSD Importer will continue to automatically generate Sprite Library Assets if relevant data from a previous version is present.
Supported and unsupported Photoshop effects
When importing a .psb file into Unity with the PSD Importer, the importer generates a prefab of Sprites based on the image and layer data of the imported .psb file. To ensure the importer imports the file correctly, ensure that the Photoshop file is saved with Maximize Compatibility enabled.
The PSD Importer does not support all of Photoshop’s layer and visual effects or features. The PSD Importer ignores the following Photoshop layer properties and visual effects when it generates the Sprites and prefab:
- Channels
- Blend Modes
- Layer Opacity
- Effects
If you want to add visual effects to the generated Sprites, you can add additional Textures to the Sprites with the Sprite Editor's Secondary Textures module. Shaders can sample these Secondary Textures to apply additional effects to the Sprite, such as normal mapping. Refer to the Sprite Editor: Secondary Textures documentation for more information.