why some of my pixel become double when i full screen, how to fix it?

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

when i go full screen some of my pixel become half , some double. how do i fix it?

enter image description here
in pink circle my pixel become double. in green in just one pixel.
i try to use 16:9 ratio.
i set
width :1024 ,
hight: 576,
mode:2d ,
aspect : keep
my screen 1920x1080
i try change my cam zoom to 1.875 when full screen, my map become small? but pixel scale dont have half pixel, but my ui still have same problem

:bust_in_silhouette: Reply From: exuin

Try using viewport instead of 2D for stretch mode. Note that this will only work if the aspect ratio of the user’s screen is 16:9, same as the base aspect ratio. Otherwise you’ll get imprecise scaling.