Hi everyone,
I am having trouble getting my Tilemap & palette to work properly. I have the Grid size to 1,1 and my Tile palette size also to 1,1. But as you can see in the screenshot, my actual graphic falls outside of the tile I’m drawing. I’ve played around with different values but it’s not working out.
The actual pixel count of each tile is 128x128.
Also I have to set the scale of my Grid to 40,40 otherwise it’s really really tiny. Is that normal?
Update: I set pixels per unit to 128 of the tile set texture and now it works better. Is that the correct way to work with them? Or am I now just doing a wrong hacky thing?
Also, side question, how can I get rid of those empty pixel lines between my tiles when scrolling with the camera?
I already turned off anti alias on the tiles and set the mode to Repeat but I still get it sometimes when scrolling…
Hi, this is the correct way to handle this!
You can try adding your Sprites to a Sprite Atlas and packing them. This will only take effect in PlayMode.
1 Like
Thank you!! That fixed it!!