Questions tagged [tiled2unity]
Tiled2Unity is a tool for exporting Tiled Map Editor (TMX) files to Unity.
7 questions
0
votes
0
answers
29
views
import with superTiled2Unity is offset
I am working with isometric tiles the first time and have some trouble importing them from tiled.
I want them to be imported so that the upper part of the "cube" matches the tile so that i ...
1
vote
1
answer
136
views
Tiled Map in Unity is Darker than in Tiled Editor
I have a problem rendering a Tiled Map in Unity (.tmx format): the Tiled Map is darker in Unity than in Tiled Editor.
I tried to change properties but got same ...
0
votes
0
answers
158
views
Unity - Circle Collider 2D traveling the side of a wall randomly collides with wall corner
I have a 2D golf game that uses a Circle Collider 2D on the ball, and I have levels/holes built out in Tiled, which I import into Unity using SuperTiled2Unity. Being a somewhat retro styled pixel art-...
0
votes
0
answers
132
views
supertiled2unity isometric tilemap import looks weird in game view
I am using Tiled to streamline the process of creating maps for my game. I am using SuperTiled2Unity to import the Tiled tilemaps into unity. That worked successfully. But when I added an imported ...
0
votes
1
answer
318
views
Prefab not working when I import maps form Tiled using Tiled2Unity
I have correctly created the map using Tiled with no errors or warnings, then i imported the package from tiled2unity, imported the map then waited few seconds and the prefab from tiled2unity appears ...
0
votes
1
answer
78
views
Tiled2Unity not accepting a .txm file
I'm trying to import a map from Tiled to Unity. I have seen on several video tutorials (all of them on Windows) that they used Tiled2Unity in order to import such files. However, when I download ...
1
vote
2
answers
974
views
Tiled2Unity depth sorting issue with multiple layers
I have been struggling with an issue for a couple of days now trying to get depth sorting properly when using multiple layers in tiled.
My tiled map is set up as follows:
The sorting Layers I have in ...