Edit of asset "TileMap Data Exporter/Importer" Accepted

Old/Current New/Edit
Title TileMap Data Exporter/Importer
Description This addon adds Import/Export buttons to TileMap's editor inspector. You can export TileMapData as resource file and import them.
This addon is useful when you want to copy chunk of tiles or you need to place tiles dynamically.

GDScript Example:
var tiles=load("res://map/objects/small_house.tres")
tiles.place_on_tilemap(tilemap,house_position,override_flag)
This addon adds Import/Export buttons to TileMap's editor inspector. You can export TileMapData as resource file and import them.
This addon is useful when you want to copy chunk of tiles or you need to place tiles dynamically.

GDScript Example:
var tiles=load("res://map/objects/small_house.tres")
tiles.place_on_tilemap(tilemap,house_position,override_flag)
Category 2D Tools
License MIT
Repository Provider GitHub
Repository Url https://github.com/heppocogne/TilemapDataExporter
Issues Url https://github.com/heppocogne/TilemapDataExporter/issues
Godot version Godot 3.5
Version String 1.0.1 1.0.1
Download Commit 8469c11355248a47e532fadbb81977cb6fc20c16 8469c11355248a47e532fadbb81977cb6fc20c16
Download Url (Computed) https://github.com/heppocogne/TilemapDataExporter/archive/8469c11355248a47e532fadbb81977cb6fc20c16.zip https://github.com/heppocogne/TilemapDataExporter/archive/8469c11355248a47e532fadbb81977cb6fc20c16.zip
Icon Url https://raw.githubusercontent.com/heppocogne/TilemapDataExporter/master/tilemap.tres.png