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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
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)