menu
 

在 Audiokinetic 社区问答论坛上,用户可对 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!
...