La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

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!

demandé 11-Jul-2014 dans General Discussion par Arnaud B. (310 points)
edité 11-Jul-2014 par Arnaud B.

1 Réponse

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"
répondu 15-Jul-2014 par 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
...