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.

+5 votes
Hi everyone,

I'm having a problem right after integrating Wwise within Unity : when I open the projet those error messages pop up :

- WwiseUnity: AkSoundEngine is not loaded.
UnityEngine.Debug:LogWarning (object)

and after entering play mode there are also a few errors like this one :

- DllNotFoundException: AkSoundEngine assembly:<unknown assembly> type:<unknown type> member:(null)
AkSoundEngine.RegisterGameObj (UnityEngine.GameObject gameObject, System.String name) (at Assets/Wwise/API/Runtime/Handwritten/Common/AkSoundEngine.cs:105)
AkGameObj.Register () (at Assets/Wwise/MonoBehaviour/Runtime/AkGameObj.cs:68)
AkAudioListener.Awake () (at Assets/Wwise/MonoBehaviour/Runtime/AkAudioListener.

 

Could somebody help me with this ? it's really frustrating ! I'm using a mac M1 and the latest versions of Unity (2021.2.7f1) and Wwise (2021.1.5).

Thanks !
in General Discussion by Guillaume S. (210 points)

2 Answers

0 votes
It works for me personally, go in the folder Wwise > API > Runtime > Handwritten > Common and search the script AkSoundEngine.

Take it to the root of the asset folder. That will restart vscode and it will tell that there is a conflict with another script of Wwise.

Then retake it to this original place and after the second restart of vscode, It will work.

Hope it work for you
by joseph p. (140 points)
+1 vote
This bug is fixed in the 2019.1.9 integration - https://www.audiokinetic.com/en/library/edge/?source=Unity&id=applecommon_releasenotes_2021_1_9.html

"WG-59213 Fixed: DllNotFoundException on M1 Macs using Unity 2021.2 or later."

I know these are old posts but its very very easy to come across this issue and NONE of the several posts here about this (that google can actually find) have this information.
by Adam Saltsman (280 points)
...