Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0a1
2019.1.0a1
2019.2.0a1
2019.2.0a9
Issue ID
1139800
Regression
No
Isometric Tilemap is not being sorted properly when using a custom Cell Size and multiple chunks with different tiles
How to reproduce:
1. Open attached OC project
2. Inspect the Scene or Game View.
To reproduce the extra bug, probably related to this:
3. Open Window > 2D > Tile Pallete
4. Select any Tile
5. Draw some of it on a Tilemap
6. Move your mouse towards the top right corner of the Scene View
Expected result: Tiles are being sorted normally
Actual result: Some tiles are above others
Reproducible with - 2018.3.12f1, 2019.1.0b10, 2019.2.0a10
Could not test with - 2017.4.25f1 (no isometric tilemap)
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
- Selector gets stuck in UI if scroll is used while dragging
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
Resolution Note:
The Tiles used in this scene overlap in such a way that Chunk mode rendering by the TilemapRenderer will not work for this.
You could try Individual mode rendering with the TilemapRenderer with the Top Left Sort Mode together with the Custom Axis Sort mode for sorting the Tiles. Also, the ground tiles can be atlassed together using the Sprite Atlas. This will improve the rendering performance of this scene too.