Seanba / Tiled2Unity

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

Overwriting old map? #158

Open C4TehWin opened 6 years ago

C4TehWin commented 6 years ago

Everytime I export a new map using tiled2uniy it seems to overwrite my old map in my unity project, and replaces all meshes/textures with the new maps ones. Any fixes on that?

NickJackson525 commented 6 years ago

I'm having the same issue, are there any fixes yet?

Seanba commented 6 years ago

This is by design so that an import gives you the same prefab every time. If you need additional edits made to the prefab you should do it through scripting (through custom importers).