Bevy Jam 4 usage #273
Trouv
announced in
Announcements
Replies: 1 comment 1 reply
-
This seems to not work for me :( unless I'm missing something obvious here with a re-vendor
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello jammers! Currently,
bevy_ecs_tilemap
and this plugin have not had a release compatible with Bevy0.12
. However, both of these plugins do have branches that upgrade to this version. Rust allows you to use git dependencies, so you're not completely out of luck for using LDtk in this jam.Update your
Cargo.toml
to depend on this plugin'sfeat/bevy-0.12
branch, and patch inbevy_ecs_tilemap
's 0.12 upgrade PR. It's important that you treat the latter as a patch, not a normal dependency.If you're new to LDtk or to this plugin, you may be interested in this "tile based game" tutorial: https://trouv.github.io/bevy_ecs_ldtk/latest/tutorials/tile-based-game/index.html
Furthermore, do not hesitate to ask for help in this repository or in the Bevy discord (specifically the bevy_ecs_ldtk thread in the crate-help channel).
Beta Was this translation helpful? Give feedback.
All reactions