talecrafter / AnimationImporter

Aseprite Animation Importer for Unity
613 stars 72 forks source link

add pixel pivots #35

Closed B-Reif closed 3 years ago

B-Reif commented 5 years ago

This PR adds a small enum field to switch between Normalized and Pixel values for Custom pivots on imported sprites and closes #34 .

GieziJo commented 3 years ago

Changed "customAlignmentType" to "pivotAlignmentType", seems a bit clearer to me what this means. Otherwise everything looks nice :)