Dyson,
It looks like the Tiled TMX map needs to have the “Layer format” set to XML. And you are right that the load time for this map takes a LONG time - about 11000 - 12000 ms! Do you think MTE will support Base64(XXXX) layer formats, maybe csv. I believe that this might help with the load times since the file sizes are much smaller.
Some interesting numbers on the CastleDemo map:
- As a TMX with Layer format as XML - 2.3 MB
- As a TMX with Layer format as Base64(Uncompressed) - 643 kb
- As a TMX with Layer format as Base64(gzip) - 26 kb
- As a TMX with Layer format as Base64(zlib) - 26 kb
- As a TMX with Layer format as CSV - 279 kb
- As a JSON file - 400 kb
Noral