Skip to content

Do not use FixedUpdate on breakout#23709

Merged
alice-i-cecile merged 1 commit intobevyengine:mainfrom
wduminy:breakout_simpler_time
Apr 7, 2026
Merged

Do not use FixedUpdate on breakout#23709
alice-i-cecile merged 1 commit intobevyengine:mainfrom
wduminy:breakout_simpler_time

Conversation

@wduminy
Copy link
Copy Markdown
Contributor

@wduminy wduminy commented Apr 7, 2026

Objective

The aim is to simplify the example somewhat. This also removes the jitter that some experience when running the example.

Fixes #14239
Fixes #2349

Solution

Use Update instead of FixedUpdate schedule.

Testing

cargo run --example breakout

and

cargo run --features bevy_debug_stepping --example breakout

@wduminy wduminy changed the title Do not use FixedTime on breakout Do not use FixedUpdate on breakout Apr 7, 2026
@wduminy wduminy marked this pull request as ready for review April 7, 2026 19:33
@alice-i-cecile alice-i-cecile added D-Trivial Nice and easy! A great choice to get started with Bevy C-Examples An addition or correction to our examples S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it A-Time Involves time keeping and reporting labels Apr 7, 2026
@alice-i-cecile alice-i-cecile added this pull request to the merge queue Apr 7, 2026
Merged via the queue into bevyengine:main with commit c981ecd Apr 7, 2026
47 checks passed
@wduminy wduminy deleted the breakout_simpler_time branch April 8, 2026 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Time Involves time keeping and reporting C-Examples An addition or correction to our examples D-Trivial Nice and easy! A great choice to get started with Bevy S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't use fixed time in breakout example Breakout Example is stuttering

2 participants