Seanba / Tiled2Unity

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

An item with the same key has already been added. #151

Open gdotten opened 6 years ago

gdotten commented 6 years ago

An item with the same key has already been added. Exception Stack: at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add) at Tiled2Unity.TsxTileset.<>c__DisplayClass53_0.<FromXml>b__0(TmxTile t) at System.Collections.Generic.List1.ForEach(Action`1 action) at Tiled2Unity.TsxTileset.FromXml(XElement xml, TmxMap tmxMap) at Tiled2Unity.TmxMap.ParseAllTilesets(XDocument doc) at Tiled2Unity.TmxMap.ParseMapXml(XDocument doc) at Tiled2Unity.TmxMap.LoadFromFile(String tmxPath) at Tiled2Unity.Session.LoadTmxFile(String tmxFilePath)

This issue occurs when opening any tiled map file.

Seanba commented 6 years ago

Hi there. Can you send me your map and tileset files? There must be something I'm not expecting about those files. (You can find my email at www.seanba.com)

Thanks.