Search Unity

Make Gamepad Left Stick X be -1, 0 or 1

Discussion in 'Input System' started by PhantasmicDev, Feb 22, 2021.

  1. PhantasmicDev

    PhantasmicDev

    Joined:
    Jul 10, 2013
    Posts:
    35
    Not sure if the normalize processor does what I think it does, but I thought adding this processor to my left stick's x binding with min = -1, max = 1 and zero = 0 would set these values when moving my stick. It appears to make no difference at all.

    What would be the best way to set my gamepad's x binding to return these integers without writing extra code where I read my action's value?