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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.