-
![anim](https://user-images.githubusercontent.com/120749144/222989328-6a7380af-73ef-4f1e-bfc8-94395e21e442.gif)
### **Same issue**
#329
### **Error**
`
2023-03-05T22:13:44.771773Z ERROR bevy_…
-
-
## What problem does this solve or what need does it fill?
This dependency is very tenuous: it only exists due to the reliance of `Text2D` on the window's scale factor.
It creates two small proble…
-
## Bevy version
e155fe1
## What you did
Create a simple scene with an observer.
## What went wrong
Scene spawn system causes a crash caused by the observer.
## Additional information
Observers …
-
Proposed merge with [bevy_screen_diags](https://github.com/jomala/bevy_screen_diags) maintained by @jomala?
Creating this issue in response to be proposed to merging the two crates into one. I woul…
-
Needs Postgres… depending on how long I wait for this, I could probably use a remote Postgres instance with solid caching at the entity layer in Bevy. Lots of changes needed between now and then thoug…
-
## Bevy version Main https://github.com/bevyengine/bevy/commit/dcb8a13b223fbc9425f7af01b3941dd80a229384, 0.13
This isn't a new issue. Not sure how far it goes back, or if there's exists a previous ve…
-
-
The "root" entities remain, but all their contents are not there.
I was able to fix this with the following commented out line:
```rust
commands.entity(original).remove::();
co…
-
There are a lot of techniques we could leverage to improve fuel-core compile times, such as dynamically linking large dependencies like RocksDB or using a different linker. Bevy has a lot of resources…