Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

0 votes

I have successfully implemented Wwise into Unity2017, and can hear sounds triggering on Object start using the Ak Ambient component.

I want to try and implement Wwise footsteps through the Standard Asset FPS Controller script from Unity using the instructions from this blog post (script at the bottom of the blog post):

https://blog.audiokinetic.com/-unity-3d/​

I have added the code from the blog post into the Unity script, tagged my game objects with the appropriate material tags, can run the game without any errors in the console, but still do not hear the footsteps triggering when I walk in game. Any insight would be greatly appreciated!

in General Discussion by Jeshua W. (160 points)
I was able to fix the script with one line change (link below), however, now I have a new issue where my footsteps material switches are delayed by 1-2 footsteps.

https://gist.github.com/soundtweaker/3f19b62158cb7e00059051831c9a3999

I am going to make a screencast video of it tonight and try to share it ASAP.

Please sign-in or register to answer this question.

...