Tiled4Unity icon indicating copy to clipboard operation
Tiled4Unity copied to clipboard

Import Tiled Map Editor (TMX) files into Unity

Results 10 Tiled4Unity issues
Sort by recently updated
recently updated
newest added

Hello, When I try to import a tmx file I get an error: ``` UnityException: Assets/Tiled4Unity/Materials/***.mat is read-only Rethrow as TargetInvocationException: Exception has been thrown by the target of an...

Add a simple tutorial to show how to use Tiled4Unity

usability
documentation

Create a experimental branch to use with latest experimental build from Unity https://feedback.unity3d.com/suggestions/built-in-tilemap-editor https://forum.unity3d.com/forums/2d-experimental-preview.104/

feature
experimental

The project has currently too many warnings, try to clean all of them.

refactoring

Create basic unit test

automate

Add the posibility to specify the output directory as requested in Tiled2Unity https://github.com/Seanba/Tiled2Unity/issues/65

feature
usability

Create documentations about the unity properties https://github.com/Seanba/Tiled2Unity/issues/22

documentation

Right now if you don't specify an Object XML file you will get an error, promp the user in a better way to communicate that the file is missing.

bug
usability

If you import a TMX file the texture that is being used needs to have a specific config in order to work change it in the importing process.

bug

Right now Tiled4Unity creates an intermediate XML for the importing process this is a generated file that comes from the Tiled2Unity legacy workflow. 1. Objective remove the XML file and...

usability
refactoring