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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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)