Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0a11
Issue ID
1077673
Regression
No
[Tilemap] Painted tilemap disappears from Scene View when dragging the scene view to the right
Steps to reproduce:
1. Open attached project (tilemap-gone.zip)
2. Open 'TilemapTest' scene
3. Focus on the 'Grid' game object so it's in the middle of the scene view
4. Drag the scene view to the right slowly
5. Notice that the entire tilemap disappears in the scene view, as if it's being culled too early (see attached gif)
Notes:
You can still paint on the tilemap, tiles just aren't visible in scene view (can be seen in gif as well).
Doesn’t happen on Rectangular and Hexagonal tilemaps, only 'Isometric' & 'Isometric Z as Y' are affected.
Affected by the ‘Cell Swizzle’ parameter on the ‘Grid’ component, if changed to something like ZXY - disappears when moving the scene view down, not right.
Reproduced: 2018.3.0a1, 2018.3.0a11
Comments (1)
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
ExNinja
Nov 07, 2022 02:49
This *still happens* in Unity 2020.3.38f1 when copying a Grid and Tilemap from one scene to another. However, if this does happen to you:
1. Select the Grid
2. Set the Cell Swizzle to something other than XYZ
3. Set the Cell Swizzle back to XYZ
4. Somehow, magically, that fixes the bug. :/