I’m back from my previous problem where I couldn’t figure out how to get transparency to work on the Unity import. That’s solved, but I didn’t realize I was missing colors!
PMNG and Unity screenshot comparison:
There’s missing or weirdly-compressed coloring around her face, especially. Her emerald eye color is not even there.
What I’ve tried: importing as PNG regular and PNG true 24/32, BMP regular and BMP 24/32. I also tried all of the Unity compression options.
In order to import to Unity with all pixels intact, my sprite sheets need to be the same width and height. In case this matters, the height (220px) of my frames is twice my width (110px). This is why my 3 frames had added to them 5 empty frames so that the sprite sheet would be 2x4 (row/column) to even out to 440x440.