UnityTileMap
UnityTileMap copied to clipboard
When tile resolution set to 21 instead of 16, you can't place tiles
https://pastebin.com/ZtUw9KYn
Here's a better version of the stack traces above.
@dyc3 Try this, could you open up the "Grid" component in unity and change the "m_sizeX" to 21 and "m_sizeY" to 21? If the grid component does not show the fields, or you are unable to find the grid component, change the value located at https://github.com/Mizipzor/UnityTileMap/blob/master/Assets/Plugins/TileMap/Grid.cs#L11 and https://github.com/Mizipzor/UnityTileMap/blob/master/Assets/Plugins/TileMap/Grid.cs#L14 "Assets/Plugins/TileMap/Grid.cs"
That worked, but the tiles aren't being placed where I'm clicking.