When the tilemap is longer than 1500 cells x 8pixels = 12,000 pixels then it starts to disappear for the bottom tilemap as you can see in these images. I have tried to repeat the same tilemap several times from scratch and it always happens the same, it seems that the longer the tilemap is, the more part it disappears. Please help, thank you
I use the recommended program Tiled. My project is 456x256p and the tilemap is 224p tall.
Hi,
I tried your linked project, but only got an instant crash (black screen).
Can you confirm the version of GDevelop you are running and the necessary steps to reproduce the issue, if any?
The only workaround at this point is to split your tilemap into multiple maps that are under 4000x4000 pixels, then make unique tilemap objects for each.
I just decided to update my old project, and I found the same problem, only it worked before, the problem is in one of the versions, I will report after the test…