Hi, I have a strange issue with input key… I setup a "left" input action as a left key or A-key (typical setup for games WSAD or arrow keys). Those keys are for movement and there is also space key for shooting. But for left key in combination with space key it wont shoot (basic test print("shoot")
nothing). Movement using left key work, but when is pressed it ignore space key.
For combination A-key and space it works, same result for right key or D-key, just left key. I don't know why...
Don't worry, I checked imput map, but it's setup correctly.