Distortion in my sprites

Hi everyone,

I am relatively new to Unity and was wondering if someone could help me understand what’s going on here.
I’m making sprites for my 2d game in photoshop, but when opening them in my unity project they are distorted.

Here are how my “Power Ups” look in photoshop:

But when I import to Unity: There is discoloration and I don’t understand why.

This hasn’t happened with other images I made. My player character made in the same manner looks fine in Unity.
4309165--387442--playercharacter.PNG

Does anybody know why this might be happening? And how I can avoid this in the future?

Thanks!

Turn off “compression” in the image import settings for each sprite.

3 Likes

Hi there. Check the scale of the parent object. If its x and y are not 1: 1, then your sprites could be distorted.

That helped me.