I'm getting this logged about 8 times during application startup when adding the EguiPlugin to my project.
2025-03-02T09:40:11.512451Z WARN bevy_egui::egui_node: Failed to retrieve egui node data!
Seems to originate from here:
|
bevy_log::warn!("Failed to retrieve egui node data!"); |
Am I doing something wrong or is this expected?
- Ubuntu Linux 24.10 Gnome
- Wayland (bevy running under xwayland)
- Latest bevy and bevy-egui versions
I'm getting this logged about 8 times during application startup when adding the
EguiPluginto my project.Seems to originate from here:
bevy_egui/src/egui_node.rs
Line 237 in 0a81f6b
Am I doing something wrong or is this expected?