Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

Unity Integration Demo Shows DllNotFoundException: AkSoundEngine_Win32

0 votes
Bump!
 
--
 
Hello, extreme Unity beginner question here.
 
I'm stepping through the Wwise Unity Integration Demo and am having trouble activating audio within a given scene when I launch it via Unity (e..g the "Play" button). Clicking any of the white text that triggers audio props the following error:
 
DllNotFoundException: AkSoundEngine_Win32
 
I can confirm the following:
  • I've installed the Visual Studio 2008 Redistributable
  • I've got Python 3.4 installed, and made sure to check "include in system path" during installation
  • I've downloaded and run the latest DirectX runtime
  • AkSoundEngine_Win32.dll and AkSoundEngine_x64.dll are both present in the Unity project's Assets\Plugins folder
I can hear audio just fine within the compiled executable, but would love to be able to check the impact of my changes and poke around without having to compile and launch an .exe every time. Any ideas?
 
Finally, the documentation states the following:
Step 1: Prepare the Unity Project
Note: The Unity Integration Demo uses the same SoundBanks shipped with the native Wwise SDK 2013.2.5. Refer to How-to: Deploy the Integration to target devices for how to organize SoundBanks. If you wish to modify the SoundBanks, use the Authoring tool to load the native Integration Demo's Wwise project and regenerate the SoundBanks.
Is there a .wsproj file that should contain the audio present in the Wwise Unity Integration demo? If so, where can I find it? It'd be great to be able to tinker around with the source settings and see my changes reflected.
 
Platform I'm running on is Win 8.1 x64.
 
Thanks in advance!
asked Apr 28, 2014 in General Discussion by Luca Fusi (100 points)
edited May 6, 2014 by Luca Fusi

Please sign-in or register to answer this question.

...