-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
A-AnimationMake things move and change over timeMake things move and change over timeA-AssetsLoad files from disk to use for things like images, models, and soundsLoad files from disk to use for things like images, models, and soundsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behavior
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
A-AnimationMake things move and change over timeMake things move and change over timeA-AssetsLoad files from disk to use for things like images, models, and soundsLoad files from disk to use for things like images, models, and soundsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behavior

