bevyengine / bevyengine/bevy-website

Add advice/guidance for using `FixedUpdate` versus `Update`

Open
#2,445 2 comments 0 reactions 0 assignees View on GitHub
A-Book C-Docs C-Editing D-Modest S-Needs-Design
Dominant language
JavaScript
Stars
249
Forks
450
Avg merge
16h 20m
Merged PRs (30d)
6

Description

Currently [the Schedules book page](https://bevy.org/learn/book/the-game-loop/schedules/) only links out to the docs.rs page in order to find an explanation for `FixedUpdate` and the `Fixed` schedules. Choosing whether to place game code in either `FixedUpdate` or regular `Update` can affect how that game code execute, and thus it should probably be at least noted (but more likely properly explained) in the book.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.