i have some code running when a certain input is pressed but if i set it to left mouse button it just doesn't run, as if i never pressed the button in the first place. If i try the same but map the action to a key from my keyboard everything works perfectly fine, what's happening?

  • You have control over the scene that's eating the inputs, like an UI.
    Select your UI and set it's input to either pass or ignore.

You have control over the scene that's eating the inputs, like an UI.
Select your UI and set it's input to either pass or ignore.