#Auto Footstep - Simple footstep detection without animation events

1 messages · Page 1 of 1 (latest)

dawn comet
#

Auto Footstep is a plugin for Unreal Engine 5 that automatically detects when a foot touches the ground and allows you to define which sounds to play based on the detected surface (or any desired custom logic).

Unlike other plugins, Auto Footstep does not require manually setting up animation events in walk/run animations, as it detects the actual footsteps automatically.

https://www.fab.com/listings/ebdd8308-a0a2-4444-9967-cad43c8e0ad1

Fab.com

Auto Footstep is a plugin for Unreal Engine 5 that automatically detects when a foot touches the ground, it is made in C++ and designed to be used from Blueprint. The plugin was made to easily configure footstep sounds for any character.The system performs sphere overlaps regularly to detect if ground has been touched by each configured foot, it...