Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.0.0
Issue ID
1371159
Regression
No
"Terrain" Tilemap is only visible when Mipmaps or Render Paths Draw Mode is selected
How to reproduce:
1. Open the attached project from "case_1371159_strip"
2. Open the Scene "Level uno"
3. Navigate to "Window" -> "2D" -> "Tile Palette"
4. Select "Paint with active brush" and try drawing tiles in Scene View to see invisible tiles
Expected result: Tiles drawn are visible
Actual result: Tiles drawn are invisible
Reproducible with: 1.0.0 (2019.4.31f1, 2020.3.20f1, 2021.1.25f1, 2021.2.0b16, 2022.1.0a12)
Notes:
1. By choosing Mipmaps or Render Paths Draw Mode the "Terrain" Tilemap becomes visible
2. "BackGround" and "Over Background" Tilemaps are behaving normally
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
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
Resolution Note:
The Color property of your Terrain Tilemap has the Alpha value set to 0. This will make your Terrain Tilemap transparent and not be visible.
Please set the Alpha value to 1 to make it visible, or in between 0 and 1 to make it blend with the background and other renderers.