GetAxis and GetAxisRaw

What is the diffrence between GetAxis and GetAxisRaw

With GetAxis, the number will be between -1 and 1, based on your smoothness settings - which means there will be a slight ‘delay’ in the way your character moves, or whatever else you use it for.

GetAxisRaw will only give you -1, 0, or 1, which means that the character will move instantly based on the value.

Both have uses, it just depends on what you are trying to do and how you want your player to feel.

3 Likes

Privacy & Terms