Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
siu 4d51728523 backup vor 2 Monaten
..
Editor backup vor 2 Monaten
Editor.meta backup vor 2 Monaten
README.md backup vor 2 Monaten
README.md.meta backup vor 2 Monaten

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.