Skip to content

SubjectNerd-Unity/Psd2UnityImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Psd2Unity Importer

A Photoshop importer tool for the Unity game editor that simplifies layer import and layout rebuilding in Unity.

This is a rewrite of an earlier importer to use the more compatible NtreevSoft PSD Parser library as well as make the project more maintainable.

Installation

Get the latest UnityPackage from the GitHub releases page. The PsdToUnity directory can be moved anywhere afterwards.

Usage

Documentation is WIP but the basic workflow from the old PSD importer still applies.

Caveats

  • Only raster layers are supported as of now. For best results, flatten layers in Photoshop before importing.

Open source used