Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
unknown 6f466a7c59 back 11 meses atrás
..
Editor back 11 meses atrás
Editor.meta back 11 meses atrás
README.md back 11 meses atrás
README.md.meta back 11 meses atrás

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.