-
## Bevy version
f91fd32
## Relevant system information
Rust version: `1.78.0`
System info:
```rs
2024-05-15T18:44:46.562458Z INFO bevy_diagnostic::system_information_diagnostics_plugin::i…
-
Is it possible to check if Steam is running manually before initializing the plugin? Right now if I don't have Steam running the app doesn't start at all.
# Screenshot
-
## Bevy version
The `LogPlugin` has an extra field `update_subscriber` that is used to attach extra tracing `Layer`s to the subscriber: https://github.com/bevyengine/bevy/blob/main/crates/bevy_log/…
-
### Discussed in https://github.com/bevyengine/bevy/discussions/10381
Originally posted by **Litttlefish** November 5, 2023
Today I updated bevy to 0.12, and after migration I found this weir…
-
## Bevy version
0.13
## Relevant system information
Operating system: Windows 10.
Rust version: 1.76.0
```
AdapterInfo { name: "NVIDIA GeForce RTX 3080", vendor: 4318, device: 8726, devi…
-
My dream feature would be having tighter Swift integration—optimally with first-class support as C# is—via Miguel de Icaza's _fantastic_ [SwiftGodot project](https://github.com/migueldeicaza/SwiftGodo…
-
Hello,
I am trying to write a skeletal animation edition tool using bevy. However, the animation clips used by bevy are read only.
I understand that this is probably due to the fact that animati…
-
## Bevy version
0.5
## Operating system & version
Windows 10
## What you did
Create a sprite like:
```rust
commands
.spawn()
.insert(Enemy::default())
.with_ch…
-
### Branch
rename the title of the game and window to "Ore Raider"
_No response_
-
## Bevy version
0.13.2
## \[Optional\] Relevant system information
If you cannot get Bevy to build or run on your machine, please include:
- the Rust version you're using (you can get this…