-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Buttons on example animation_masks does not work on main (624f573443f6bd6bb8bcf716fb1289d66a15b35b) #15995
Copy link
Copy link
Closed
Labels
C-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorC-ExamplesAn addition or correction to our examplesAn addition or correction to our examplesD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorC-ExamplesAn addition or correction to our examplesAn addition or correction to our examplesD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy