Skip to content

Mouse click frame drop on Bevy 0.14.0 #14303

Open
@JonasAAA

Description

@JonasAAA

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

No one assigned

    Labels

    A-RenderingDrawing game state to the screenA-WindowingPlatform-agnostic interface layer to run your app inC-BugAn unexpected or incorrect behaviorC-Machine-SpecificThis bug is isolated to specific hardware or driver configurationsC-PerformanceA change motivated by improving speed, memory usage or compile timesO-LinuxSpecific to the Linux desktop operating systemP-RegressionFunctionality that used to work but no longer does. Add a test for this!S-BlockedThis cannot move forward until something else changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions