com.unity.2d.psdimporter 9.0.0-pre.1

com.unity.2d.psdimporter

Notes: processedReleased October 31, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2023.1

Package Dependencies

📈 Improvements

  • Simplified the Sprite Meta Data storage. We now have 3 storages; Single Sprite, Multiple Sprites and Mosaiac (Atlased) Sprites.
  • Simplified the Psd Layer storage. We now only have one storage, Psd Layers.
  • PSD Importer no longer depends on 2D Animation.

🔧 Bug Fixes

  • Improved import speed and memory allocation for psd/psb files by reducing the intermediate texture buffers.
  • Fixed exception when showing PSDImporter inspector. (Case DANB-195)
  • Fixed a case where a .psd/.psb would not import with the correct layer coordinates.