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
- Rendering locks up when not looking at a transparent material on Meta Quest 2
- Volumetrics break when using a Custom Pass to create a Thickness Buffer for Alpha Clipping
- All tests are run instead of only the failed ones when the "Rerun Failed" button is pressed
- GameObject is not masked when the "Render PostProcessing Effects" pass executes with a resolved non-MSAA Color target and MSAA DepthStencil target
- [Android] Gfx.WaitForGfxCommandsFromMainThread high performance usage and inconsistency when built Player scene has Canvas GameObject on a specific Project
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.