Search Issue Tracker
By Design
Votes
0
Found in
2018.2.4f1
Issue ID
1073699
Regression
No
[Tilemap] Tile pivots are not properly aligned
Steps to reproduce:
1. Open user attached project
2. Go to Sprites -> TileImage.png
3. Observe that "pivot" is set to "bottom"
4. Open SampleScene and paint on the Tilemap with the "TerrainTile"
Expected result: tile pivots should be properly aligned when painting on the tilemap
Reproduced in: 2018.3.0a10, 2018.2.3f1, 2018.2.0b1
Comments (3)
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
- Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
- Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
- Details are not shown when Error Message is still selected after changing Log Entry Count in the Console
- Disabling Unity VCS in Project Settings unfocuses the Project Settings Window
- Help box icon in "Tile Palette" window is blurry in both Unity themes
huulong
Feb 28, 2020 20:53
For people looking for a fix for tilemaps that are offset when using non-center pivot, see official reply in https://forum.unity.com/threads/tilemap-palette-doesnt-work-well-with-non-center-pivot-sprites.516196/
In summary: change Grid/Tilemap > Tilemap component > Tile Anchor XY from (0.5, 0.5) to the coordinates matching your pivot (all sprites used as tiles must have the same kind of pivot)