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

WIP migrate to 0.12 #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

WIP migrate to 0.12 #16

wants to merge 1 commit into from

Conversation

nerdachse
Copy link
Contributor

This is a very, very, very rough transition from bevy 0.11 to 0.12.

As assets v2 dropped with this release a lot of API surface changed.

The biggest problem for me were and are:

  1. LoadContext is now needed to be a mutable reference for quite a few calls and that doesn't play nice with async.
  2. Transitioning between AssetId and Handle. One can upgrade an AssetId to a strong Handle via asset_server.get_id_handle(id) but I don't have a access to an AssetServer in the AssetLoader load method.

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.

1 participant