Open
Description
Bevy version
- Original: 0.13.2
- Current: 0.14.0
Relevant system information
Rust version: 1.79.0
OS: Ubuntu 24.04
CPU: AMD Ryzen 5 2600 Six-Core Processor
RAM: 15.5 GiB
What's performing poorly?
When I left or right click the mouse in a very basic Bevy 0.14.0 project, the FPS drops to 10, even in release mode. With Bevy 0.13.2 the FPS drops to 30 when I click the mouse, so still problematic, but not nearly as disruptive.
Small example which reproduces the issue is at https://github.com/JonasAAA/Bevy-Lag. The Bevy 0.13 version of the same code is at https://github.com/JonasAAA/Bevy-Lag/tree/bevy_0.13. Run cargo run --release
and click the mouse to reproduce the issue.
Additional information
This issue seems very similar to #14216.
Metadata
Metadata
Assignees
Labels
Drawing game state to the screenPlatform-agnostic interface layer to run your app inAn unexpected or incorrect behaviorThis bug is isolated to specific hardware or driver configurationsA change motivated by improving speed, memory usage or compile timesSpecific to the Linux desktop operating systemFunctionality that used to work but no longer does. Add a test for this!This cannot move forward until something else changes