Runtime panic with newer versions of Tiled maps (1.10+)
Run will panic when loading map files made with newer versions of Tiled.
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: DeJsonErr { msg: "Unexpected token Str expected [ ",
line: 6, col: 2155 }'
The same error happened once before #252 'Tiled' program version - 1.10.1 'macroquad-tiled' package version - 0.1.1
Hey! Any updates for this issue? Seeing as macroquad-tiled is an officially supported crate.
Should be fixed in macroquad-tiled 0.2.1!
Checked it, I'm still getting the error, however seems like my issue was a bit different - instead of defining collider string property on tiles like you did in the example I used collision editor to define collisions for tiles. Instead of adding properties key with array of properties in tilesets[0].tilesmap JSON (in case of embedded tilemap) it creates objectgroup key there with object of different shapes and their properties.
Is defining collision layer in Tiled tilemaps (and objectgroup property as a result) not supported yet? If it's not and it wasn't planned yet I can create an issue with more detailed description.
Sure, sounds like a brand new problem, feel free to open an issue!