Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Button Press Sequences?

Discussion in 'Input System' started by fyperia, Jul 24, 2020.

  1. fyperia

    fyperia

    Joined:
    Apr 29, 2014
    Posts:
    4
    I'm trying to read input from different combinations of buttons pressed in a row while holding down a modifier. For example, holding down a gamepad trigger and pressing A B A in order. I am able to figure out the button modifier, but is there any way to easily detect a button sequence?