Question by
sirmarcomoro · Mar 16, 2020 at 06:45 PM ·
inputaxisinputmanagerinput.getaxisnormalize
Input.GetAxisRaw with New Input System?
I am migrating my project to the new input system and I have the A and D keys as a 1DAxis, with the LeftStick Horizontal as an alternative for gamepad. I am trying to replicate the functionality of Input.GetAxisRaw in my script, as I sometimes used it, but I can't think of a simple solution. Thanks.
Comment