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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.