NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
459 stars 52 forks source link

WIP: attempt upgrade to unreleased 0.9.0 #90

Closed HugoPeters1024 closed 1 year ago

HugoPeters1024 commented 1 year ago

I attempted to update bevy ahead of the upcoming release but was left stuck with a strange error about not being able to derive Resource on AssetBuilder.

NiklasEi commented 1 year ago

Hey, thanks for opening this. I have not yet started with the update since the plugin depends on multiple other ones that are not prepared for an update yet. I will likely not merge this, but appreciate the diff as help (see #87).

HugoPeters1024 commented 1 year ago

Hey, thanks for opening this. I have not yet started with the update since the plugin depends on multiple other ones that are not prepared for an update yet. I will likely not merge this, but appreciate the diff as help (see #87).

haha, totally missed that the only open PR is exactly this...

HugoPeters1024 commented 1 year ago

The other PR is much better, closing