Skip to content
Discussion options

You must be logged in to vote

Could you double-check that your Bevy version matches the version of the example code you are copying? You already saw that the example that runs locally for you is for 0.14.0-dev, but your project is likely using 0.13.2 (you can check that by searching for bevy in your Cargo.lock). Once you verified what version you are using in your project, checkout that version in your local copy of Bevy (e.g. git checkout release-0.13.2). Now you can

  1. check that the example still runs in that version of the Bevy clone
  2. copy the example code over to your project and see if that fixes the issues

If the issues persist, you could follow the GitHub documentation I linked further above to open an issue in …

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@GalaMana
Comment options

@GalaMana
Comment options

@GalaMana
Comment options

@NiklasEi
Comment options

NiklasEi Jun 3, 2024
Collaborator

Answer selected by GalaMana
@GalaMana
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants