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
TileMap Data Exporter/Importer hero image

Quick Information

0 ratings
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
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

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 ratings

Your Rating

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

0 ratings
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
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers