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.

+1 vote

Hiya,

I'm having trouble integrating SoundSeed Grain in to Unity. I've been given a license for it, but when starting the Unity project or clicking Play, I get:

Wwise: Could not find plugin dynamic library AkSoundSeedGrain

I've tried copying the DLL from my install, but the error still occurs. I've also tried integrating my Wwise project into a fresh Unity project, and again the error still occurs.

Has anyone managed to successfully integrate SoundSeed Grain? Is there a step I'm missing?

in General Discussion by Maize W. (150 points)

I'm experiencing the same. I'm wondering if it's due to only having a trial license for Grain? That way it's possible to trial Grain in authoring but not in Unity editor nor builds.

I also tried forcing AkSoundEngine to register grain, after manually copying over the DLL from authoring to Unity asset Wwise plugins folder to no avail:

AkSoundEngine.RegisterPluginDLL("AkSoundSeedGrain");

 

1 Answer

0 votes
 
Best answer

Upgrading to the following has at least added the SoundSeed Grain plugins to the Unity folder. Try it out!

  • Unity to 2018.3.11f1
  • Wwise to 2019.1.0
  • Wwise Integration to 2019.1.0
 
by Egil S. (1.1k points)
selected by Noemie P. (Audiokinetic)
...