talecrafter / AnimationImporter

Aseprite Animation Importer for Unity
613 stars 72 forks source link

Colors for indexed Aseprite images are wrong unless the first color is transparent #36

Open Autofire opened 5 years ago

Autofire commented 5 years ago

When I imported an indexed image, the colors were all wrong. I realized that the order of the colors wasn't normal, so I shuffled them around. The issue went away. After playing with it, I now know that the first color in the color palette must be transparency for it to correctly import the image.

This is what it should look like: LightPerson

This is what it looks like if transparency isn't first: LightPersonIndexed