menu
 

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

0 投票

Hello Wwise people!

 

I'm trying to set up rooms and portals in a Unity project to have some diffraction going.

Everything goes smoothly until I tries to have my emitter aware of the room it is in.

I followed those steps to set up things but it does not work:

>>> https://www.audiokinetic.com/library/edge/?source=Unity&id=pg_spatialaudio_preparation.html

>>> https://www.audiokinetic.com/library/edge/?source=Unity&id=pg_rooms_portals_tut.html

 

The listener is aware of room after adding AkRoomAwareObject component and AkSpatialAudioListener component (as I can see in the Game Object 3D Viewer when Listener Object enters or exits room).

The emmiter is suppose to be aware of room only with the AkRoomObject, a collider and a rigidbody (as the AkSpatialAudioEmmiter is deprecated since 2019.2.) but fail to set itself inside the room.

Help!

Is anyone going through the same issue?

Am I missing something on the set up?

Are those scripts broken since deprecation of AkSpatialAudioEmmiter?

 

Edit: Added some screenshots for more info.

screenshots >>> https://drive.google.com/drive/folders/1YdSnx0k_5IZxnvNSN8gFL9EG7nDk6zG5?usp=sharing

分类:General Discussion | 用户: Julien B. (190 分)
修改于 用户:Julien B.

1个回答

0 投票
 
已采纳

Hey Julien, 

What Wwise integration version do you use? Yes, you should avoid using deprecated components.

Hmm... Did you add the AkRoomAwareObject to the emitters in your scene as well? 

Otherwise, it sounds like you're doing it correctly, but it might be easier for you to compare what you're missing in your setup.
Did you watch this Spatial Audio Episode in Unity

Let me know if this helps.

用户: Mads Maretty S. (Audiokinetic) (40.2k 分)
采纳于 用户:Mads Maretty S. (Audiokinetic)
Thank you for your answer!

Now I'm on Unity 2020.1.11f1 with Wwise Integration 2019.2.7.7402.1888.

Thank you for the video link that's definitely what I might need! I will watch it and hopefully SetThatGameObjectInRoom!
Edit: Added some screenshots for more info.

screenshots >>> https://drive.google.com/drive/folders/1YdSnx0k_5IZxnvNSN8gFL9EG7nDk6zG5?usp=sharing
...