Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

Missing integration demo scenes?

0 votes

Hi All!

While going through the Wwise integration documentaiton I noticed that on the Samples page it is written 

 

It (The Integration Demo) currently contains demos showing how to implement:

  • Localization
  • Dynamic Dialogue
  • Using RTPCs
  • Footsteps with multiple variables
  • Environements
  • Wav File Markers
  • Interactive Music
  • Motion
  • Microphone usage

Some of these I cannot find in the integration demo scenes, but I'm especially interested in the "Footsteps with multiple variables".

Any ideas where I could find it?

 

Thanks!

asked Jul 11, 2014 in General Discussion by Arnaud B. (310 points)
edited Jul 11, 2014 by Arnaud B.

1 Answer

0 votes
Those are included in the generic Integration Demo (not the Unity one).

You can find it at:

[InstallDir]\SDK\samples\IntegrationDemo

You will find the Wwise project in the WwiseProject folder, and the C++ code in "\SDK\samples\IntegrationDemo\DemoPages\DemoFootstepsManyVariables.cpp"
answered Jul 15, 2014 by Bernard R. (Audiokinetic) (35,110 points)
Thanks for the answer! That clear a lot of things up for me.

Now that I've got the SDK up and running, and I can view the projects in Xcode on my Mac and run them... How do I implement what I'm seeing/playing in Xcode into unity?

I assumed there would be c# scripts, but there are only c++ scripts.

Thanks again for the excellent support! :)

Arnaud
...