Tiled4Unity
Tiled4Unity copied to clipboard
Import Tiled Map Editor (TMX) files into Unity
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...
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/
Add the posibility to specify the output directory as requested in Tiled2Unity https://github.com/Seanba/Tiled2Unity/issues/65
Create documentations about the unity properties https://github.com/Seanba/Tiled2Unity/issues/22
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.
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.
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...