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?
why dont any mouse buttons work as inputs for me?
- Edited
- Best Answerset by skimask666
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
.
Jesusemora thank you! that fixed it