menu
 

AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

+2 支持
I've been learning Wwise for a bit now, and finally starting adding it to my 2D Unity project. I'm only now realizing that there doesn't seem to be support for 2D (rigidbody2D or any 2D colliders).

I'm kind of miffed. Can I still use functionality like attenuation and reverb zones?
James M. (800 ポイント) General Discussion

回答 1

+2 支持
 
ベストアンサー

Hey James, 

You can adapt a few things to work in a 2D Unity project, but things like AkEvent and AkAmbient seems to be designed primarily for 3D.
* That said, it's not uncommon to create a 3D unity project for your 2D game. 

Attenuations: Should work perfectly fine. It's still based on the distance from the listener to the game object of that sound. 
Effects (Reverb): You will still be able to apply all the same effects in Wwise, but the AkEnvironment won't work right out of the box.

So if you choose to use Wwise with a 2D Unity project, be ready for a bit of custom scripting (e.g. use Wwise-types instead of AkEvent/AkAmbient components), but it is certainly not impossible. 

Does it make it more clear? 

Mads Maretty S. (Audiokinetic) (40.2k ポイント)
James M. 選択
Yes, thank you for the information!
Attenuation did indeed work without any custom setup. I still have to test Effects, but I think I understand the flow of interacting between Unity and Wwise better now.

Thanks again!
...