Search Unity

Question How to make an input buffer with the new input system to trigger the event after a delay?

Discussion in 'Input System' started by lmahieu, Jan 2, 2023.

  1. lmahieu

    lmahieu

    Joined:
    Jan 22, 2020
    Posts:
    3
    Hi everyone,

    I'm working on a 3D top down game with the new input system. Everything is fine so far except that I'm stuck to buffer input and trigger them after a delay.

    What I want to achieve is to buffer the input, wait for the end of an animation, then trigger any action placed in the buffer.

    I've already looked in the documentation but without a proper clue, I'm lost...

    Thank you in advice for your help and have a nice day
     
    Sergi96101 likes this.