2D Sprite problem

Hi everyone. I faced with problem with sprite’s in Unity playmode. In playmode i have little gaps between sprites and have no idea how i can fix it. However on scene i dont have these gaps.

Image from playmode.

Thank you in advance for your help.

1 Like
  1. Select Quality Level for Target platform in Unity Editor to see that you will get in the build.
    .
    The Default Quality for the target platform is set with the arrow below all quality levels, and it indicated by green color.
    .
    You can select any Quality Level by Name clicking on it, and it will be shown in the Editor, but it will not set as the default level for the target platform.
    .

  2. Game view > Aspect > Low Resolution Aspect Ratios > Uncheck. To see that you will get in the build.

  3. What is the structure of your Game Objects? How are they “sticking” to each other?

1 Like

create sprite atlas

2 Likes

Thank you all , for your help.

2 Likes

Can you provide additional information, please, what it was, and how did you solve that? To allow other devs apply the solution in their projects…

1 Like

this is a common problem, its always solved by sprite atlas in all cases

1 Like

Sorry for late reply. Yeah, pertholdth is right , i solved this with sprite atlas.

2 Likes