Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Are there any tutorials on getting this to work with Unity? "Unity3D tiled" is not a very good google search.

edit: JK! Found the forum, so that's a duh, "of course there are." Now the question is to curate the best ones. I'll dig around myself, but help is always appreciated.

(+4)

I think Tiled2Unity is probably what you're looking for. It's up to date with Tiled's features and well maintained. There are a bunch of other options though, which may be more suitable depending on your needs.

(1 edit) (+1)

Back when I still used Unity I found UTiled to be the most convenient free option. It has its limitations but suited my needs at the time.

I switched to Urho3D a year ago which has built-in TMX support through C++ classes. It's library is very similar to Unity's yet allowed me to return to Linux.