menu
 

Audiokinetic의 커뮤니티 Q&A는 사용자가 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
...