- Home /
Tilemap: Resizing Tiles?
Hi, I'm new to using the tilemap. I have made 2 textures, in which I plan on using as my tiles. However, they are too small. When I place them on the grid they don't even will their cell. I know you can resize the cell to fit the tile, but I would much rather resize the texture/tile itself because it would just look so much better for the game. How do I go about doing this? Thanks!
Comment
Best Answer
Answer by Aptos · Jan 27, 2018 at 06:47 PM
I was having the same problem. It looks like you will have to set the 'Pixels Per Unit' on your sprite in the inspector to the same size as the tile's size.
For example, I made a sprite atlas with 32x32 size sprites and had to set the 'Pixels Per Unit' to 32. By default, that value is 100.
Hope this helps!
unity-2018-01-27-12-40-06.png
(131.8 kB)
unity-2018-01-27-12-40-39.png
(139.5 kB)