Got this when exporting from the latest Tiled
Traceback (most recent call last):
File "C:\path\to\project\assets\tiles\tmx2tscn.py", line 46, in <module>
tile_properties = data['tilesets'][0]['tileproperties']
KeyError: 'tileproperties'
Indeed, in the input.json there is no tileproperties key under the first object in tilesets.
Got this when exporting from the latest Tiled
Indeed, in the
input.jsonthere is notilepropertieskey under the first object intilesets.