# Footstep sound with unity not working

**URL:** https://qa.fmod.com/t/footstep-sound-with-unity-not-working/21589
**Category:** Unity
**Tags:** unity
**Created:** [May 7, 2024, 9:21am UTC](https://qa.fmod.com/t/footstep-sound-with-unity-not-working/21589 "2024-05-07T09:21:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Winter\_Aria](https://avatars.discourse-cdn.com/v4/letter/w/22d042/32.png) [@Winter\_Aria](https://qa.fmod.com/u/Winter_Aria)
#### Post date: [May 7, 2024, 9:21am UTC](https://qa.fmod.com/t/footstep-sound-with-unity-not-working/21589/1 "2024-05-07T09:21:58Z")

</div>

[Paste ofCode](https://paste.ofcode.org/57PwUpb3QXYC6Zn6iLdPRv) Here is my player movement script

[Paste ofCode](https://paste.ofcode.org/uJuAFtKRniEAuRyA6eAYF) Finally my audio manager

I am trying to get footstep sounds to play, and i put debug.logs to check and it all seems fine, but the audio just isn’t playing

---

<div class="post-metadata">

### Author: ![Leah\_FMOD](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/leah_fmod/32/3685_2.png) [@Leah\_FMOD](https://qa.fmod.com/u/Leah_FMOD)
#### Post date: [May 15, 2024, 11:40pm UTC](https://qa.fmod.com/t/footstep-sound-with-unity-not-working/21589/2 "2024-05-15T23:40:12Z")

</div>

Hi,

It appears your code links have expired - if you’re still running into the issue, could I get you to post them again? Additionally, can I would recommend doing a few other things:

- If you haven’t already, wrap your calls to FMOD methods with `Debug.Log()`, as they return [`FMOD_RESULT`](https://www.fmod.com/docs/2.02/api/core-api-common.html#fmod_result) which will provide you with more information.
- Set your [logging level to “Log” and enable API error logging](https://www.fmod.com/docs/2.02/unity/settings.html#logging-level), and post a log where you’ve reproduced the issue
- Connect to your Game with FMOD Studio via [live update](https://www.fmod.com/docs/2.02/studio/editing-during-live-update.html), and [record a profiler session](https://www.fmod.com/docs/2.02/studio/profiling.html) to see whether your event instances are being created and playing as expected
