menu
 

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

+1 投票
Is there a way I can implement Wwise into my Unity project without letting it access the internet? I removed Wwise from my project and then my builds stopped creating that Windows Firewall Popup saying I should allow my build through the firewall. I want my game to be playable without internet connection. Is there a way to do this? Thank you
分类:General Discussion | 用户: Hannah W. (110 分)
I'm curious about this too.
I am also looking for a solution to this

2 个回答

0 投票
I was able to fix this by setting all of the port/pool values to 0 and disabling the Initialize System Comms bool in the AkWwiseInitializationSettings asset.
用户: Justin R. (290 分)
0 投票

Hi ! Make sure the Wwise configuration in your Unity game is set to Release if you don't want that popup. This can be set in Unity via the Assets > Wwise > Activate Plugins menu items.
FYI Debug or Profile version enable you to connect Wwise Authoring to your Unity game via your local network so that you can troubleshoot and optimize audio in your game. This why you get the Windows firewall pop-up. It is useful to stay in Debug or Profile while developping the game, but don't forget to switch to Release when releasing your game to the public.

Hope this helps !

用户: Noemie P. (Audiokinetic) (12.9k 分)
...