You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'Compute Task Pool (1)' panicked at examples\animation\gltf_skinned_mesh.rs:61:68:
called `Result::unwrap()` on an `Err` value: QueryDoesNotMatch(12v1 with components Transform, GlobalTransform, Visibility, InheritedVisibility, ViewVisibility, VisibilityClass, ChildOf, PreviousGlobalTransform, Mesh3d, SkinnedMesh, Aabb, MeshMaterial3d<StandardMaterial>, Name)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Encountered a panic in system `gltf_skinned_mesh::joint_animation`!
Encountered a panic in system `bevy_app::main_schedule::Main::run_main`!
error: process didn't exit successfully: `target\debug\examples\gltf_skinned_mesh.exe` (exit code: 101)
The text was updated successfully, but these errors were encountered:
Bevy version
version = "0.16.0-dev"
What you did
cargo run --example gltf_skinned_mesh
What went wrong
The text was updated successfully, but these errors were encountered: