Hi there Bjorn. A Tiled2Unity user is getting a crash I’ve never seen before at it is due to this TMX file referencing several TSX files with a matching firstgid
attribute value.
For example:
<tileset firstgid="273" source="MyTileset.tsx"/>
<tileset firstgid="273" source="MyNextTileset.tsx"/>
<tileset firstgid="273" source="AnotherTileset.tsx"/>
<tileset firstgid="273" source="YetAnotherTileset.tsx"/>
Is this even allowed in Tiled? Can you think of what is supposed to happen in a case like this?
Thanks, as always.