Latest progress video showing combo system, hit detection and damage system

Anime combat system

Started writing a full anime style combat system from scratch in Unreal Engine 5 using only blueprints.
Developing the system to be very optimized and modular just as a technical designer or engineer would set it up.

PLATFORM: PC TOOLS: Unreal Engine 5

Progress on the project

  1. Modular combo system is setup using data assets.

  2. Hit detection and damage systems are setup.

    1. New damage types can be setup easily using data assets.

      2. Hit detection works with weapon sockets and hence blueprint code can be applied to any number of weapons very quickly.

  3. Modular weapon blueprints are setup.