Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

TileMap Data Exporter/Importer

An asset by heppocogne
The page banner background of a mountain and forest

Quick Information

No ratings yet
TileMap Data Exporter/Importer icon image
heppocogne
TileMap Data Exporter/Importer

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)

Supported Engine Version
3.5
Version String
1.0.1
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL
Download ZIP

TilemapDataExporter

Godot addon to export TimeMap data to resource file README

Descriptions

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.

Usage (how to place tiles from code)

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)

Reviews

0 total reviews
No ratings yet

Your Rating

How do you rate this asset?
Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

No ratings yet
TileMap Data Exporter/Importer icon image
heppocogne
TileMap Data Exporter/Importer

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)

Supported Engine Version
3.5
Version String
1.0.1
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL
Download ZIP

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers