Hi! Could you help me?
I have a problem with my tank game tilemap.
The tilemap is the terrain. The tile size is 1x1 on properties and 32x32 on editor.
It works on game, but layouts with large terrains have bad performance.
I tried to resize the tile to 2x2 and decrease the number of drawings by half.
But when I do this, the tilemap isnt drawn.
The event I use to set it is:
On start of layout > tilemap > set tiles at (0,500) with area 1280, 220 to tile 0 (normal)
I know I could make smaller ranges, but on my game I need it large!
Thanks!