I have the following setup ![alt text][1]
[1]: /storage/temp/184845-screenshot-2021-08-15-205951.png
SO I am expecting an Analog value like a Joystick when doing
Vector2 input = controls.Player.Movement.ReadValue();
But this actually return me a normal Digitalized value (1, 0, 1) when using the Keyboard. It does work correctly when using joystick and thumbstick.
Is my setup wrong ?
↧