Topic: Make Walk & Running played at Horizontal Axis
How we can use Forward movement as 0.5f for walk and 1f for running.
Let's say I am using joystick for movement, so i want walk & running both in one axis, for e.g. if i move joystick right side a little means half and it's input will be 0.5f, so player only walks, but when i move joystick fully right and input value will be 1.0f, then player should run. It is like blend tree.
How to achieve this in UFE horizontal inputs.
I tried in move editor also but not found this type input in it.