So in case I want to press the Up,Up,Up 3 times where upon pressing each Up, I want a UI corresponding to each UP pressed to become visible, how do I achieve that?
Also, how can I make the UI invisible if player is not quick enough to press the buttons in succession
so does that mean I have to apply the input buffer presser 3 times to the same node like this? ( In order to achieve the pressing Up,Up,Up where upon each Up press, a UI becomes visible)