Nexus/Library/PackageCache/com.unity.2d.psdimporter@9abe0f7cac7e/Samples~/PSDImporterSamples/PSDImporterCustomPacker
2026-01-06 17:23:00 +01:00
..
Editor Initial commit 2026-01-06 17:23:00 +01:00
Editor.meta Initial commit 2026-01-06 17:23:00 +01:00
README.md Initial commit 2026-01-06 17:23:00 +01:00
README.md.meta Initial commit 2026-01-06 17:23:00 +01:00

PSDImporter Custom Image Packer

This example shows how to override the default image packing algorithm in the PSDImporter.

The example utilizes the m_Pipeline SerializedProperty that is defined in the PSDImporter.

The m_Pipeline is a ScriptableObject reference and in the PSDImporter it will determine what method is available in the SciptableObject and execute those methods accordingly.

Refer to the CustomPackScriptableObject.cs for more details.