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!