I want to have a specific animation playing when ever I press two key inputs at the same time.
When ever I want a character to play an animation with a single key input press, I usually connect the input to the “Play Animation” function node. But how can I do it with two inputs?
Any help would be very much appreciated.
Hello.
I have done a quick search for possible answers, which I linked below. I need to try them out myself.
You could always go with a simple setup using a bool, like this:
and below some answers from other people:
[How to check if 2 keys are pressed at the same time][2]
[multiple keys pressed at the same time][3]
Thank you DonBusso. I’m going to definitely give this a try. If I have any more questions about this topic, I’ll let you know. 