This is a pretty straightforward question:
I’m trying to activate each hand with its own input, as shown in the image below (1).
My prototype is shown further down below (2), where each hand is actuated by its own input, but the attack animation does not run at the same time as shown in (1).
I have implemented the animation Blueprint (3) and the Blueprint that executes the animation (4) as shown below.
How can I make this attackable at the same time?
Anyone able to help? Thx in advance.
(1) - image1 - What I’m trying to do
(2) - image 2 - My current implementation
(3) - image 3 - my animation Blueprint
(4) my character blueprint