Apply collision to multiple tiles/fast collision editing in tileset file?

Hi !

Is there a way to quickly generate collisions for multiple tiles (based on pixels or something, or even just fully fill tiles with a collision box), or select multiple tiles from a tileset and apply a collision to all of them at once ?

Because editing them one by one or copying xml lines in the editor is very long if you have a large tileset.

Thanks !

This is not yet possible. It is covered by the following issue on GitHub:

https://github.com/bjorn/tiled/issues/1322

For sure it would be nice to make this possible. In the meantime, you can speed things up by using Copy and “Paste in Place” (Ctrl+Shift+V) to copy the collision shape(s) from one tile to other tiles.

Alright then ! Thanks a lot for the answer I’ll try your advice !