Can i get input axis in float value?

I am from Unity. In Unity, can take keyboard input as float value(Input.GetAxis). So i want to know which node do like that. :smiling_face_with_tear:

You can convert string to float value.
Just attach a string output node with float input node.

Take a look inside the player character, this is how it works.

Yeah, thanks. I found the function(Get Move) can get keyboard Input.

1 Like