Some parts of sprites are larger than other parts of the same sprite

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ThreeSpark

I am having an issue in Godot, wherein sprites will have some pixels appear larger than others. This usually takes place whenever there is any sort of movement. I’ve uploaded an example of this here https://www.youtube.com/watch?v=a-9df3vrKp8. You might not notice it at first, but any time I click and the sprite moves, the left-most part of the outline appears larger than the right-most part of the outline. I have tried disabling and enabling vsync and vsync via compositor, I’ve tried all of the different resolution stretch options, I’ve really tried anything I can. Is there anything I can do to fix this?

What import settings did you use for the offending sprites? I might suggest trying one or more of the presets (such as 2D Pixel). Just be sure to click the Reimport button in the Import panel after making any changes to the import settings…

jgodfrey | 2020-11-03 20:47