-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
C-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-Needs-TriageThis issue needs to be labelledThis issue needs to be labelled
Description
Bevy version and features
main branch
[Optional] Relevant system information
cargo 1.93.0-nightly (6c1b61003 2025-10-28)
Archlinux
"AMD Radeon Graphics", vendor: 4098, device: 5710, device_type: IntegratedGpu
What you did
drag on bevy-inspector-egui
What went wrong
panic
Additional information
thread 'Compute Task Pool (13)' (673467) panicked at /crates/bevy_picking/src/events.rs:769:75:called Option::unwrap() on a None value
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Encountered a panic in system bevy_picking::events::pointer_events!
Encountered a panic in system bevy_app::main_schedule::Main::run_main!
bevy/crates/bevy_picking/src/events.rs
Line 769 in 0410482
| *state.dragging_over.get_mut(&hovered_entity).unwrap() = hit.clone(); |
Metadata
Metadata
Assignees
Labels
C-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-Needs-TriageThis issue needs to be labelledThis issue needs to be labelled