Weird discoloration on my sprites

I’m Inputting an idle animation for my character, but the sprites are being altered weirdly.

  1. I’m getting random color changes on my sprites
  2. odd fringes on the end of the sprites in-game
  3. Warping of the sprite (Pixels seemingly getting skinnier and such)

Images displaying the issue

Color changes
8604009--1154487--upload_2022-11-21_18-21-23.png

Odd fringes:
8604009--1154490--upload_2022-11-21_18-21-42.png

Warping:

Can’t put more images but an example of it is the eyes especially. They squeeze and the hair also distorts

Does anyone know the solution to any of these problems? Thanks


8604009--1154481--upload_2022-11-21_18-16-43.png
8604009--1154484--upload_2022-11-21_18-17-18.png

this is the sprite in the inspector (all the same)
8604012--1154493--upload_2022-11-21_18-27-23.png

I’m getting the same things happening to me too, have you found anything yet?

For the distortions I’ve found that making the pixels per unit smaller has helped, not sure if that’ll help though. Also setting the compression to None might help the discolouration, if you haven’t fixed that yet either.

Hey, ive found one thing.

doing a bit of trial and error, I found that my camera was causing the problem. By turning off MSAA, the lines disappeared.

8626449--1159098--upload_2022-11-30_21-14-36.png

8626449--1159101--upload_2022-11-30_21-14-48.png

Although, I still have some odd distortion so ill need to find a solution.