Asset loading issue after 0.11.1 #9452
Labels
A-Animation
Make things move and change over time
A-Assets
Load files from disk to use for things like images, models, and sounds
C-Bug
An unexpected or incorrect behavior
Milestone
Bevy version
0.11.1
What you did
Consider the following example breaking_change.zip with Bevy 0.11.0. Model and its animations loaded successfully. If you try to update it to Bevy 0.11.1 it will break.
What went wrong
If you update Bevy version to 0.11.0 I see either model without animations of no model at all. Looks like #9429 solved the issue for animated fox, but larger model I observe race condition.
Additional information
0.11.0:
0.11.1
The text was updated successfully, but these errors were encountered: