com.unity.2d.psdimporter 9.0.0-pre.1
Notes: processedReleased October 31, 2022
Unity Compatibility
Minimum Unity: 2023.1
Package Dependencies
- com.unity.2d.common (9.0.0-pre.1)
- com.unity.2d.sprite (1.0.0)
📈 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.
