#bevy_ecs_ldtk alternatives?
13 messages · Page 1 of 1 (latest)
Well one solution is to just fork bevy_ecs_ldtk, update it to bevy 0.14 and submit a PR 😛 while it's pending you can use the fork by specifying it as a Git dependency.
Yeah for sure. But if you're really blocked it's better to do something. Or just keep using Bevy 0.13 until all your dependencies are upgraded!
So far I've had good luck bumping Bevy versions, and the migration guide is pretty easy to follow
Also if you can't figure out how to make everything work (well enough for a PR), you can try to just get it to compile and still use it as a git dependency while you wait for the real upgrade.
That's basically what I've done for Blender_bevy_components_workflow while the author is still working on blenvy
Bevy 0.14 just barely release a week ago, give it a little time for third party libs to get up to date
there is a 0.14 branch up that you could try to pull and use.
https://github.com/Trouv/bevy_ecs_ldtk/pull/325
If you're not comfortable with the process of using branches or doing small updates you'll have to wait until that gets merged though.
bevy_ecs_tilemap (the underlying lib under bevy_ecs_ldtk) had its 0.14 changes merged and is expecting a release soon, and ldtk has seen activity recently, so everything is progressing in the right direction for 0.14 support.