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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
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.