Closed
Description
Bevy version
Bevy 0.15-dev (624f573)
[Optional] Relevant system information
2024-10-18T22:09:30.313408Z INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "Linux 24.05 NixOS", kernel: "6.6.51", cpu: "Intel(R) Core(TM) i7-14700KF", core_count: "20", memory: "31.2 GiB" }
2024-10-18T22:09:30.503436Z INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce RTX 4060 Ti", vendor: 4318, device: 10243, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "550.78", backend: Vulkan }
What you did
Ran animation_masks
example.
What went wrong
Buttons do not work.
Additional information
I added 2 dbg!
on handle_button_toggles
, one on line 431 dbg!(animation_nodes)
, and one on line 437 dbg!(*interaction)
, the first dbg!
outputs Some(...)
, but the second dbg!
does no print anything.