Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0b5
Issue ID
1090209
Regression
No
Seams appear between connected tiles in both Scene and Game Views
Repro steps:
1. Open attached project
2. Open scene "SampleScene"
3. Zoom into the tiles in the Scene or Game Views
Expected: Tiles connect smoothly
Actual: There are seams where tiles connect to each other
Reproducible with: 2018.3.0b6, 2019.0a5
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Resolution Note:
The seams are caused by the overlapping pixels between neighbouring Tiles. If you turn on Overdraw in the SceneView window (top left dropdown tab in SceneView), you can see that the edges have quite a bit of overdraw (lighter red lines on the edges of the Tiles). If you zoom in with the SceneView in Shaded mode till you can see the pixels in the Sprites, you can try erasing neighbouring Sprites and undoing it to see how the overlapping pixels form the seams.
You can try the following:
-Reducing the overdraw by adding a custom online using the Sprite Editor. Select the texture, open the Sprite Editor and select Custom Outline from the top left tab. In this mode, you can create a better mesh outline by adding vertices from the corners of each Sprite compared to the default mesh generated.
-Adjust the alpha values of the pixels at the edge of the Sprites. Some of the pixels at the edges of the Sprites are transparent. These would blend in the SceneView when overlaid against the neighbours which seem to look like seams.