menu
 

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

+1 支持
Is there anything that can/ needs to be done in order to remove/ disable Unity Audio from a Unity Project?

(do the Unity Audio libraries simply not get built with the game?)

 

Thanks for your clarification!

-damian
Damian K. (920 ポイント) General Discussion

回答 2

+1 支持
You can't.  Unity doesn't have a "switch" to do so, and don't want to put one.  There is therefore a small memory cost, something in the order of 200k.
Mathieu J. (Audiokinetic) (7.1k ポイント)
Great, thanks for the information!
+1 支持
 
ベストアンサー

Since Unity 4.3, you can now disable Unity's audio engine.

Here is how to do it:

  1. Go to the menu Edit | Project Settings | Audio.
  2. Then in the Inspector, check "DIsable Audio" checkbox.
  3. Save the project.

 

Beinan L. (Audiokinetic) (1.2k ポイント)
Claude B. (Audiokinetic) 選択
Magically delicious!
If I disable it, it crashes 100% on Wwise init on iOS devices (1.5)  I have to leave it on. (I have no unity sources or listeners in game)
...