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

Update to Bevy 0.10 #106

Merged
merged 11 commits into from
Mar 10, 2023
Merged

Update to Bevy 0.10 #106

merged 11 commits into from
Mar 10, 2023

Conversation

NiklasEi
Copy link
Owner

@NiklasEi NiklasEi commented Feb 18, 2023

Remove loopless support and switch to new stageless scheduler.
The integration tests will be green again when bevyengine/bevy#7825 is merged

  • Move inner state transition to plugin (automatically added in build if needed)
  • Remove inner OnExit schedules
  • Possible to get rid of State generics? (doesn't look like it, at least not with methods directly on the app 😞 )
  • Remove special path handling for mapped folders Full example crashes at typed + mapped values #104 (done on main)
  • Support using next state handling from iyes_progress in any situation ( resolves Ensure iyes_progress waits until the loading state ran #107)
  • Wait for Bevy 0.10 release
    • Wait for bevy_common_assets release
    • Wait for iyes_progress release

@NiklasEi NiklasEi marked this pull request as ready for review March 10, 2023 11:36
@deifactor
Copy link

Thanks a ton, both for this update and for the crate in general :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure iyes_progress waits until the loading state ran
2 participants