menu
 

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

0 투표
Hey there,

I need a way to set up the Large Mode points via C# code because im doing a procedural game and i need to set up Rivers and Lakes. Is there a way to do that ?
Another idea i got was to spawn empty gameObjects with the AkEvent and play them from there.

Are there any performance difference between those two ideas?

And are the Large Mode points just AkEvents that play simultanious from different positions ?

 

Greetings Jonas
General Discussion jonas k. (150 포인트) 로 부터

1 답변

0 투표
We are trying to do the exact same thing, would be great to get an answer!

Cheers, Greg
Gregory L. (140 포인트) 로 부터
Well, I think you can use the Event Position Confiner Script.
For example:
If you have a Waterplane(which needs to have a trigger box), the Soundsource you select will always choose the nearest position to the player.
Heres a Link:https://www.audiokinetic.com/courses/wwise301/?source=wwise301&id=Custom_Volumetric_Scripts_#read
Let me know if it worked.

Cheers
Tried this today actually and it works well but unfortunately, it isn't suitable for our game due to the nature of box colliders and the gameplay mechanics. But thanks a lot for the answer!
...