Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2020.3.27f1
2021.3
2022.1
2022.2
Issue ID
1401576
Regression
No
Getting rendering artifacts in the Scene view when generating Tilemap
Reproduction steps:
1. Open the attached Unity project "TilesIssue.zip"
2. Go to Assets > Scenes folder and open "Game.unity" Scene
3. Enter the Play Mode and go to the Scene view
4. Observe the generating Tilemap
Expected result: No visible issues when Tilemap is being generated
Actual result: Rendering artifacts appear in the Scene view when generating Tilemap
Reproducible with: 2019.4.38f1, 2020.3.33f1, 2021.3.0f1, 2022.1.0b15, 2022.2.0a10
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
The Tilemap stores only up to 65535 different colors in the Tilemap for all of the Tiles to reduce the memory footprint of the Tilemap. The user may consider reducing the number of colors used for brightness instead of potentially creating a new color value for each Tile.