Skip to content

Export Tiled Map Editor (TMX) files into Unity

Notifications You must be signed in to change notification settings

psywombats/Tiled2Unity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolless version

An in-progress modification of the original to skip the export from tiled step and do everything in the Unity import process.

Also has some modifications to support non-stupid tiled lookup -- instead of every single tile getting its own object, there's a terrain grid and lookup table.

Tiled2Unity

Tiled2Unity is made up of two parts:

  • The utility that exports TMX files into Unity.
  • The Unity scripts that import the output of the Tiled2Unity Utility.

About

Export Tiled Map Editor (TMX) files into Unity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.6%
  • Other 1.4%