An automatic and easy to set up footstep detection system.Easy Footstep System is a plugin for Unity that automatically detects when a foot touches the ground. 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 has a built-in system to detect physical materials and play a sound cue based on the physical surface, it is possible to configure more than two feet. The system contains several configuration variables that allow tweaking it to match your needs, from multiple feet to how the ground detection works.The package includes a simple audio system to easily handle audio cues to set-up footstep sounds.DemoQuestions? Feel free to contact me via email or join the Discord server!Detects ground automatically using sphere overlaps.Optimized for performance.Allows triggering audio cues automatically based on physical surface (specified in project settings).Obtains physical material information to trigger appropriate sound cues.Allows defining properties for any number of feet.Exposes unity event to define custom logic on footstep detection.