Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

+6 votes
Hi Everyone !

 

I'm having a lot of trouble integrating Wwise within Unity ! When opening Unity right after the integration part, a few error messages pop up and I have no idea how to fix the issue :

- DllNotFoundException: AkSoundEngine assembly:<unknown assembly> type:<unknown type> member:(null)
AkSoundEngine.IsInitialized () (at Assets/Wwise/API/Runtime/Generated/Mac/AkSoundEngine_Mac.cs:110)
AkSoundEngine.PreGameObjectAPICallUserHook (UnityEngine.GameObject gameObject, System.UInt64 id) (at Assets/Wwise/API/Runtime/AkSoundEngine.extensions.cs:56)
AkSoundEngine.PreGameObjectAPICall (UnityEngine.GameObject gameObject, System.UInt64 id) (at Assets/Wwise/API/Runtime/Handwritten/Common/AkSoundEngine.cs:162)
AkSoundEngine.PostEvent (System.UInt32 in_eventID, UnityEngine.GameObject in_gameObjectID) (at Assets/Wwise/API/Runtime/Handwritten/Common/AkSoundEngine.cs:291)
AK.Wwise.Event.Post (UnityEngine.GameObject gameObject) (at Assets/Wwise/API/Runtime/WwiseTypes/WwiseTypes/AkWwiseEvent.cs:58)
AkEvent.HandleEvent (UnityEngine.GameObject in_gameObject) (at Assets/Wwise/MonoBehaviour/Runtime/AkEvent.cs:125)
AkAmbient.HandleEvent (UnityEngine.GameObject in_gameObject) (at Assets/Wwise/MonoBehaviour/Runtime/AkAmbient.cs:134)
AkTriggerHandler.Start () (at Assets/Wwise/MonoBehaviour/Runtime/AkTriggerHandler.cs:44)
AkDragDropTriggerHandler.Start () (at Assets/Wwise/MonoBehaviour/Runtime/AkTriggerHandler.cs:172)
AkEvent.Start () (at Assets/Wwise/MonoBehaviour/Runtime/AkEvent.cs:86)
AkAmbient.Start () (at Assets/Wwise/MonoBehaviour/Runtime/AkAmbient.cs:86)

It also says :

- WwiseUnity: AkSoundEngine is not loaded.
UnityEngine.Debug:LogWarning (object)
AkSoundEngineController:Init (AkInitializer) (at Assets/Wwise/MonoBehaviour/Runtime/AkSoundEngineController.cs:127)
AkInitializer:OnEnable () (at Assets/Wwise/MonoBehaviour/Runtime/AkInitializer.cs:65)

 

I'm using a Mac M1 with the latest version of Unity (2021.2.7f1) and also the latest version of Wwise (2021.1.5), if somebody could help me it would be greatly appreciated, this is really frustrating !
in General Discussion by Guillaume S. (210 points)
Did you find a solution to this issue ?

Please sign-in or register to answer this question.

...