Seanba / Tiled2Unity

Export Tiled Map Editor (TMX) files into Unity
Other
495 stars 120 forks source link

Export shrinks my map and repeats it #161

Open Zixxter opened 6 years ago

Zixxter commented 6 years ago

I don't really know how to explain what is happening, it's best to show images.

My map looks like this in Tiled:

1

When I export it into Unity, it looks like this: 2

I've used Tiled2Unity before without any issue, on this very same project in fact, but for some reason no matter what I do, I'm unable to export the map into Unity any longer.

Seanba commented 6 years ago

Can you export your project into a Unity Package and send it my way?

Zixxter commented 6 years ago

Good morning,

Yes, let me know if this works

On Thu, Mar 8, 2018 at 11:26 PM, Seanba notifications@github.com wrote:

Can you export your project into a Unity Package and send it my way?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Seanba/Tiled2Unity/issues/161#issuecomment-371709976, or mute the thread https://github.com/notifications/unsubscribe-auth/AjdpLiVXL_hBj9XpUGNtLmlK1hU0L9Jzks5tcgRugaJpZM4Si2Te .

-- Thanks, Jeff Stone, REALTOR®

Lipply Real Estatejeffstonerealtor@gmail.com Cell: 727-735-4285 www.lipplyrealestate.com

Zixxter commented 6 years ago

We figured out the issue together. It turns out that I was editing the PNG file that my texture file was using as a reference. When editing that file it was screwing somehow with the references every file down the chain, including the export into Unity. When I created a brand new texture file and map and re-exported, everything was fine.