Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Tilekit

A tilemap editor centered around pattern-based auto tiling · By rxi

Export to UE4?

A topic by .DEATH.CLONIC created Aug 01, 2020 Views: 585 Replies: 3
Viewing posts 1 to 2

Before I buy this I'm curious if there's an export to UE4 option, or some tutorial on how to do it.

Developer(+1)

Tilekit exports to JSON by default -- this can be read by any JSON library (of which any language should have readily available), from there it should be trivial to get the resultant data into your engine's tilemap structure; the objects should be equally trivial to load. The structure of the exported format is detailed in the manual.

In addition to this, Tilekit can also export to plain CSV, as well as Tiled's TMX format -- the latter can be converted by Tiled to any of its own export formats.

I can upload a map exported to both JSON and TMX if you want to experiment with loading before purchasing!

Yeah that would be great.

Developer (1 edit) (+2)

I've uploaded a zip file containing a .tmx and .json export of one of the demo projects here