-
Notifications
You must be signed in to change notification settings - Fork 69
Update to Bevy 0.17 #259
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
base: main
Are you sure you want to change the base?
Update to Bevy 0.17 #259
Conversation
|
@mnmaita The Bevy version isn't even bumped yet 😅 |
I completely overlooked it, I thought this was just a low friction update 😅 sorry about that, feel free to dismiss and I'll review once that's done! And please let me know if you need any other assistance. |
|
Thank you ❤️ |
|
@NiklasEi I'll push an attempt to migrate to 0.17. I have an issue with an example that I can't fix (it's asking for some features to be enabled but they are in the examples section), so maybe you could take a look at that and figure it out. |
|
Thanks for doing the RC without progress ❤️ I'm using |
|
|
| With the feature `progress_tracking`, you can integrate with [`iyes_progress`][iyes_progress] to track asset loading during a loading state. This, for example, enables progress bars. | ||
|
|
||
| See [`progress_tracking`](/bevy_asset_loader/examples/progress_tracking.rs) for a complete example. | ||
| > This feature is removed in the release candidate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I wait for a dependency to update for Bevy 0.17 support, I published a release candidate of bevy_asset_loader (0.24.0-rc.1). That release candidate does not have the progress tracking feature, because the feature requires the dependency that is not yet updated for Bevy 0.17.
If you need the feature, you will have to wait. If you don't, use the release candidate.
|
When are we going to release this for bevy 0.17? |
As soon as the dependency has a version that is compatible with Bevy 0.17. |
|
There's a PR on |
Resolves #258
iyes_progress