TiledMap render issues

I design map in Tiled:

But when imported into Cocos it looks like this:

Update: I noticed all the cells are shifted 1 cell to the right

What is the engine version used? Is it convenient to provide the tiled file for testing?

i use cocos 3.6.1,
here my file:
Tilemap.zip (849.5 KB)


trimtype: auto → none
You can change the timptype to none and it will display properly.

1 Like

thank you it worked.