The camera does not respond to mouse rotation + the character does not walk, although the inputs work?

Hello!
I want to control the character with keyboard inputs, but the character only reacts to the jump (space bar), and the camera does not spin.
I’ve tried many camera and character settings, but nothing works. The action mapping settings must be correct. I try to call an action in the controller, in the character, and in the ui, and print string is calls.
How possible to debugg it?



Looks like all inputs active in one time.

Input Axis nodes are called every frame, regardless if pressed or not.
If not pressed they’ll be called with a value of zero.
Can you print the value to make sure the bindings work ?

1 Like