Get tile custom metadata using godot-tiled-importer

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By gcivico

Hi.

Anyone knows how to get the tile_meta from TileSet using this plugin godot-tiled-importer? More information here.

:bust_in_silhouette: Reply From: StillWaiting

Hey ! It has been a loong time but i was stuck at the sane problem and found a solution.
To access tile metadata imported from Tiled you need to load or get the tile_set and use the fonction tile_set.get_meta("tile_meta"). This return a 2D Array: tile_meta[tile_id][meta_name]
Don’t forget to check Tile Metadata : On in the map import setting !