Footstep Sounds

Hi So How can you add footstep sounds? I’ve been watching tutorials but they dont work or are just too messy without explaining anything. Sorry if my grammar is weird I’m Swedish and it’s 3AM otherwise I would have good english but yeah.

The Unity standard assets has a functioning example of footsteps.

https://github.com/Unity-Technologies/Standard-Assets-Characters

It’s a huge package so I recommend making a new project and importing it there, studying it, and seeing what you need. There’s only a few files for footsteps I imagine.

Get some sleep and approach the issue with a fresh mind tomorrow!

2 Likes

One way is in the animation you can set events, just set events in your animations whenever a foot touches the ground. Have a script ready to get that event and play a random footstep sound.

1 Like