-
## Bevy version
`bevy = "0.5"`
## Operating system & version
Windows 10
Can test on Ubuntu 20.04 as well as MacOS Catalina
## What you did
Upgrade to Bevy 0.5 from 0.4
## What you…
-
I would like to have some kind of Gamepad support.
A tutorial on gamepad usage can be found here: https://bevy-cheatbook.github.io/input/gamepad.html
A good start is to add the following field to In…
-
So, I've noticed an issue with
my project where lights just don't work at all, no AmbientLights or Lights work. This happens every so often, and only works again when reloading the game.
It's super…
-
We've been discussing over the past couple of months of moving Quilkin's internal architecture from our current iterative model (One context is created per packet, and we run the context through the f…
-
## What problem does this solve or what need does it fill?
An example use case is a tank with a child turret entity. The turret should inherit location and scale from the tank, but should rotate i…
-
## What problem does this solve?
Right now, both the [playback plugin](https://github.com/Leafwing-Studios/leafwing_input_playback/blob/main/src/input_playback.rs#L43-L44) and the [capture plugin](…
-
## What problem does this solve or what need does it fill?
A lot of PS1-era games had a mix of 3D scenes and sprite graphics (pixel art or similar) -- a classic was Final Fantasy Tactics but there …
-
## Bevy version
master
## Operating system & version
Windows 10 - this issue may be isolated to Windows?
## What you did
Create and run an app with ScheduleRunnerPlugin and set the expected …
-
Hi there,
I'd like to help get Rust onto Consoles more. I have two devkits from the major platform holders (I'm trying to be a little subtle here to avoid breaking any NDAs) and have signed an NDA …
-
The Bevy renderer should be able to instance entities that share a subset of the same properties.