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
On this branch, my tile picking logic was behaving bizarrely: only Shift + Click was working, while simple click and control click were used directly. Use Leafwing-Studios/Emergence@14344f1 to test.
I at first thought I had a bizarre input binding / clash bug in leafwing_input_manager, that was somehow working previously. However, moving the keybindings to MouseButton::Right rather than MouseButton::Left fully resolved the issue.
I think that this plugin is subtly messing with the left mouse inputs in very surprising ways? I'd have to dig through.
For now, I think my next step is to drop down into bevy_mod_raycast, as I'm not using the more premade functionality exposed by this crate.
The text was updated successfully, but these errors were encountered:
Encountered during Leafwing-Studios/Emergence#262
On this branch, my tile picking logic was behaving bizarrely: only Shift + Click was working, while simple click and control click were used directly. Use Leafwing-Studios/Emergence@14344f1 to test.
I at first thought I had a bizarre input binding / clash bug in
leafwing_input_manager
, that was somehow working previously. However, moving the keybindings toMouseButton::Right
rather thanMouseButton::Left
fully resolved the issue.I think that this plugin is subtly messing with the left mouse inputs in very surprising ways? I'd have to dig through.
For now, I think my next step is to drop down into
bevy_mod_raycast
, as I'm not using the more premade functionality exposed by this crate.The text was updated successfully, but these errors were encountered: