I’m Inputting an idle animation for my character, but the sprites are being altered weirdly.
I’m getting random color changes on my sprites
odd fringes on the end of the sprites in-game
Warping of the sprite (Pixels seemingly getting skinnier and such)
Images displaying the issue
Color changes
Odd fringes:
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
this is the sprite in the inspector (all the same)
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.
deadchick12:
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.
Although, I still have some odd distortion so ill need to find a solution.