Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

0 투표

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!

General Discussion Arnaud B. (310 포인트) 로 부터
수정 Arnaud B. 로 부터

1 답변

0 투표
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"
Bernard R. (Audiokinetic) (35.8k 포인트) 로 부터
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
...