In this tutorial, we are going to implement a hand to hand combat system with a greater focus on how to implement synchronized animations which involves 2 characters. For example, a finisher move. Unlike regular attacks, finisher moves has to play on both characters together with proper timing and character placement in order to look correct. Otherwise, the characters involved in the action will look disconnected. Also we will work on regular attacks and multi key inputs to implement different attacks as well.
https://dev.epicgames.com/community/learning/tutorials/p0R8/unreal-engine-hand-to-hand-combat-system
1 Like
Exactly what i needed, thank you so much!!!