mapeditor/tiled



Do you want to work on this issue?
You can request for a bounty in order to promote it!
Fix image collection id gaps #3864
duarm posted onGitHub
Is your feature request related to a problem? Please describe. Image collections are too bothersome to use because of tile id gaps, you need to remove them in order to index each tile. This must be done as build step (after tiled exports the tmj), or during startup.
Describe the solution you'd like Tiled before 0.15 (according to the wiki), had consecutive ids. The feature was removed because there was no way to guarantee every map was loaded in order to update its tiles if I got it right. Discuss solutions/workarounds. I'm using a lua script which removes the gaps after exporting, I wouldn't mind a builtin solution along the lines. (Tiled script)