Search Unity

Question Please help resolving some issues buttons

Discussion in 'Input System' started by Micz84, Jan 13, 2022.

  1. Micz84

    Micz84

    Joined:
    Jul 21, 2012
    Posts:
    451
    I need some help with the new input system. I have configured it to work only on button press but it is called twice in one frame.
    I have move action configured as 1D axis. But it is called only on change so my character moves a bit and then stops. I have tried setting it up as a Value and Pass-Thru. I bind to actions using SetCallbacks and pass my input module which implements the appropriate interface.

    Also when I disable my Player input to pause the game and reenable it after resume inputs do not work :(

    Can anyone guide me towards a solution?