Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
siu 3be06281f1 backup 10 mesi fa
..
Editor backup 10 mesi fa
Editor.meta backup 10 mesi fa
README.md backup 10 mesi fa
README.md.meta backup 10 mesi fa

README.md

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.