(0.12 regression) Can't play animation in more than one scene #10512
Labels
A-Animation
Make things move and change over time
A-Scenes
Serialized ECS data stored on the disk
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-User-Error
This issue was caused by a mistake in the user's approach
Milestone
Bevy version
0.12
[Optional] Relevant system information
What you did
Refer to the same
Handle<AnimationClip>
on twoAnimationPlayer
sfoxes.glb
minimal reproduction project.zip
What went wrong
I was expecting both scenes to animate
Only the first animates, and the log is filled with
WARN bevy_animation: Animation player on 58v0 did not match any entity paths.
Additional information
The issue appeared after migrating from 0.11 to 0.12
The text was updated successfully, but these errors were encountered: