Bevy Version:0.13(outdated!)

As this page is outdated, please refer to Bevy's official migration guides while reading, to cover the differences: 0.13 to 0.14.

I apologize for the inconvenience. I will update the page as soon as I find the time.


JetBrains (RustRover, IntelliJ, CLion)

If you are a JetBrains user and you'd like something to be added to this page, please file a GitHub Issue.

Rust Language Support

When using queries, type information gets lost due to Bevy relying on procedural macros. You can fix this by enabling procedural macro support in the IDE.

  1. type Experimental feature in the dialog of the Help | Find Action action
  2. enable the features org.rust.cargo.evaluate.build.scripts and org.rust.macros.proc