menu
 

在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

0 投票
Hi, i've got a scene, called "EntryPoint". EntryPoint scene is loading an additive scene called "LoadedAdditiveScene". In "LoadedAdditiveScene", i've got AkAmbient with AkGameObj, playing a simple event at start.

In "LoadedAdditiveScene", i've got a Camera with AkListener attached. In "EntryPoint", i've got also a camera with AkListener attached.

When I'm starting "LoadedAdditiveScene", the AkAmbient is playing the event and I can hear the sound triggered by the event.

When I'm starting "EntryPoint", which is loading additively "LoadedAdditiveScene", the camera of "LoadedAdditiveScene" is destroyed to keep only the camera from "EntryPoint". I'm hearing no sound from AkGameObj in the loaded scene.
I've tried to remove AkListener in camera in "LoadedAdditiveScene" to avoid wrong listener reference, but still get no sound while loading "LoadedAdditiveScene"

What i want to achieve is : when i load "LoadedAdditiveScene", play an event that start to play a global sound, with any attenuation ( the ocean sound )
分类:General Discussion | 用户: Alexandre A. (100 分)

Please sign-in or register to answer this question.

...