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.
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.
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.
.
Game view > Aspect > Low Resolution Aspect Ratios > Uncheck. To see that you will get in the build.
What is the structure of your Game Objects? How are they “sticking” to each other?
create sprite atlas
Thank you all , for your help.
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…
this is a common problem, its always solved by sprite atlas in all cases
Sorry for late reply. Yeah, pertholdth is right , i solved this with sprite atlas.