-
**Bevy Tilemap version**
0.4
**Operating system & version**
Windows 10
**What you did**
Use a system to change the Visible component of the tilemap.
**What you expected to happen**
It sho…
-
I tried to add scraped examples to bevy's API docs in https://github.com/bevyengine/bevy/pull/9154 but it [did not work on docs.rs](https://docs.rs/bevy/0.11.3/x86_64-pc-windows-msvc/bevy/input/struct…
-
Use the methods implemented in https://github.com/bevyengine/bevy/pull/6751 to a) reduce rightward drift and b) reduce panics across systems.
Look for .unwrap and `if let` to scan for places where …
-
## Bevy version
0.13
## What you did
Use an orthographic camera.
## What went wrong
SSAO stopped working properly.
## Additional information
This is visible in the `bevy_editor_ca…
-
First of all, thanks for the lovely crate :heart_hands:
I haven't seen anything about UI navigation with keyboard or controller input. I don't think it's supported in bevypunk either.
So I have…
-
### Problem
Last night, I started reading the mdbook user guide. While most of it is fine, I noticed a few strange issues. Well, being a Rust beginner, and not a native speaker, some might not be rea…
-
When accessing http://dev-docs.bevyengine.org, the browser isn't redirected to the https website, as it should by convention.
-
## What problem does this solve or what need does it fill?
Having a list of all resources or all components is useful for debugging purposes.
This will be particularly valuable in the editor.
#…
-
When enabling the plugin on a system running Wayland with Nvidia graphics, the application panics:
```
thread '' panicked at 'wgpu error: Validation Error
Caused by:
In a RenderPass
…
-
以下のページを参考にバージョンアップを進める。
https://bevyengine.org/learn/migration-guides/0-12-to-0-13/
以下の順番でバージョンアップを進める
- [x] timing_game
- [x] click_game
- [x] 2d_shooting
- [x] frogger
- [x] flappy_bird…