Seanba/Tiled2Unity

Issue

Closed this issue · 2 comments

SuperTiled2Unity version: 1.4.6, Unity version: 2018.3.9f1
Missing texture asset: ../../Desktop/gfx/Overworld.png

I export the texture but idk what is the problem im frustrated (the other map works but mine not and i dont know why

Captura de pantalla (433)
)

Hi there, @zoms123. The issue here is that your TSX file is still referencing the Overworld.png that in on your desktop and not the file that is in your Unity project.

You can see the path of the PNG file in the error report: ../../Desktop/gfx/Overworld.png

To fix, open your Unity project's Overworldqw.tsx file in Tiled and change the source of the image to the PNG you have right beside your tileset in Unity.

image

And just a quick note that this is the Github repository for Tiled2Unity but you want to be in SuperTiled2Unity instead. :)