It's been less than a week since the last dev log but i felt like doing an update post since there have been some interesting internal updates.
Unity - TMX importer
Unlike the sprite animation library (ragepixel) there aren't any libraries that allow you to import tile based maps that work efficiently, so i had to make one from scratch.
Instead of building my own system which would require an editor, i decided to use the Tiled Map editor TMX format and build a simple importer for unity.
Don't expect a lot of features from it. As it requires to be saved in TMX-csv format, and loads only one tilesheet per file. (I wont change this since mo