Edit of asset "TileMap Data Exporter/Importer" Accepted

Old/Current New/Edit
Title TileMap Data Exporter/Importer 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.
Example:
var tiles=load("res://map/objects/small_house.tres")
tiles.place_on_tilemap(tilemap,house_position,override_flag)
Category 2D Tools 2D Tools
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/heppocogne/TilemapDataExporter https://github.com/heppocogne/TilemapDataExporter
Issues Url https://github.com/heppocogne/TilemapDataExporter/issues https://github.com/heppocogne/TilemapDataExporter/issues
Godot version Godot 3.5 Godot 3.5
Version String 1.0.1 1.0
Download Commit 8469c11355248a47e532fadbb81977cb6fc20c16 c20a34b2f5d6469856e77646b21b780244a1db89
Download Url (Computed) https://github.com/heppocogne/TilemapDataExporter/archive/8469c11355248a47e532fadbb81977cb6fc20c16.zip https://github.com/heppocogne/TilemapDataExporter/archive/c20a34b2f5d6469856e77646b21b780244a1db89.zip
Icon Url https://raw.githubusercontent.com/heppocogne/TilemapDataExporter/master/tilemap.tres.png
https://raw.githubusercontent.com/heppocogne/TilemapDataExporter/master/tilemap.tres.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/heppocogne/TilemapDataExporter/master/screenshot.png
Thumbnail