- Home /
Question by
ajz123098 · Apr 17 at 05:21 PM ·
2d-platformerinputs
Multiple simultaneous inputs not calling both methods (new input method)
I'm using the new Unity Player Input. I have working walking and attacking methods that are called when the coorespoding input is triggered. But when both inputs are triggered at the exact same time, the attack method is either canceled or never called and therefore never does the attack. I'm not sure where in the code the issue is caused so I'm not sure what code to paste in here. I know this isn't much to go off of but I can give more detail if needed.
Comment