Two Critical bugs in tilemap, explained with videos. Urgent fix required. #2315
-
Hello, 2025-01-08.13-22-20.mp4Now, if I take that same tileset and copy it in the same path of the tilemap, everything works. In the video bellow you can see the tile ser renamed to forcesTieset_samePath.tsx. No errors. 2025-01-08.13-26-21.mp4This is a big problem because we should be able to work with tileset located in different directories, because they are shared by many different map. The other bug I found (update: see edit note at the bottom), is that you can have in the same layer tiles from different tiles sets. 2025-01-08.13-20-59.mp4Please let me know what you thing about both as they currently stop my production. Thank you. p.s: I also asked that in Tiled's official forum to double check. EDIT: about the second bug, in Tiled forum they answered that not mixing tiles from different tileset is the same layer is commonly known. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@rudiHammad Please provide a minimal project that reproduces the issue (please do this for all future issues too). So, the only bug from your post is the one regarding the location of the |
Beta Was this translation helpful? Give feedback.
PR #2316 should fix the issue for you.