La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

+1 vote
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
dans General Discussion par Damian K. (920 points)

2 Réponses

+1 vote
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.
par Mathieu J. (Audiokinetic) (7.1k points)
Great, thanks for the information!
+1 vote
 
Meilleure réponse

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.

 

par Beinan L. (Audiokinetic) (1.2k points)
sélectionné par 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)
...