SuperTiled2Unity Version 1.9.2
Super Tiled2Unity » Devlog
SuperTiled2Unity Version 1.9.2
- Improvement: Display a clear error when user attempts to import and map that uses Zstd compression
Tiled has added a new compression format (Zstandard) that is simply not supported by Unity. Unfortunately, this new compression format has been made the new default and this is breaking SuperTiled2Unity importing for many Unity users due to a compile error.
The compile error is now fixed and users will see a helpful error message telling them what to do.
The fix is simple! Just select one of the other compression formats in Tiled and re-save your map.
I've looked into supporting Zstandard compression but all current solutions have dependencies on external DLLs.
Files
SuperTiled2Unity.1.9.2.unitypackage 417 kB
Jul 26, 2020
Get Super Tiled2Unity
Download NowName your own price
Super Tiled2Unity
Import Tiled map files to Unity
More posts
- Super Tiled2Unity 2.2.1Jul 03, 2024
- Super Tiled2Unity 2.2.0Jun 01, 2024
- Super Tiled2Unity 2.1.0Sep 14, 2023
- Super Tiled2Unity 2.0.1Aug 22, 2023
- Super Tiled2Unity 2.0.0Aug 20, 2023
- SuperTiled2Unity Version 1.10.7Dec 24, 2022
- SuperTiled2Unity Version 1.10.6Aug 01, 2022
- SuperTiled2Unity Version 1.10.5Jul 12, 2022
- SuperTiled2Unity Version 1.10.3Sep 18, 2021
- SuperTiled2Unity Version 1.10.2May 23, 2021
Comments
Log in with itch.io to leave a comment.
Whoops, Zstandard was definitely not meant to be set as the new default! This appears to be an unfortunate mistake I made when moving this option from the global preferences to the session. I'll put it back on CSV in the next release.
I'm sorry for the trouble caused!
No worries, Thorbjorn. I think I have a solution for supporting Zstandard that I'll try to get to this weekend.