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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.