Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FixedTimestep should be exported in bevy::prelude #1129

Closed
alice-i-cecile opened this issue Dec 22, 2020 · 3 comments
Closed

FixedTimestep should be exported in bevy::prelude #1129

alice-i-cecile opened this issue Dec 22, 2020 · 3 comments
Labels
A-App Bevy apps and plugins C-Usability A targeted quality-of-life change that makes Bevy easier to use

Comments

@alice-i-cecile
Copy link
Member

This is common, useful functionality that will commonly be encountered by beginners. Timer is already in prelude, and it seems strange to have one without the other.

Also the example in the 0.4 release notes doesn't compile as a result ;)

@KirmesBude
Copy link
Contributor

In that case the RunOnce Criteria should also be exported in the prelude.

@memoryruins memoryruins added the C-Feature A new feature, making something new possible label Dec 22, 2020
@alice-i-cecile alice-i-cecile added C-Usability A targeted quality-of-life change that makes Bevy easier to use and removed C-Feature A new feature, making something new possible labels Feb 17, 2021
@alice-i-cecile
Copy link
Member Author

Relevant to #1247

@alice-i-cecile alice-i-cecile added the A-App Bevy apps and plugins label Mar 21, 2022
@james7132
Copy link
Member

After schedule v3, FixedTimestep no longer exists. Closing this issue for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-App Bevy apps and plugins C-Usability A targeted quality-of-life change that makes Bevy easier to use
Projects
None yet
Development

No branches or pull requests

4 participants