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.

0 votes

Hi!

So I have followed a few different tutorials to use Heavy Compiler to compile a PureData project into a Wwise plugin. These tutorials are all for windows systems, where the .dll file is generated and can be placed in the plugin folder. However, on mac I generate a dylib file using xcode. I have copied the dylib into Audiokinetic/Wwise\ 2019.2.5.7349/SDK/Mac/Release/bin, where I assume the plugins are loaded on a mac. However, the plugin does not show up in Wwise.

I am quite new to Wwise plugins so my apologies if I am doing something very obvious wrong.. Thanks for your help!

in General Discussion by stijn d. (130 points)

1 Answer

0 votes
 
Best answer

Hi there,
To build the plugin dll and xml for the Authoring tool.
You need to compile it using Visual Studio under Windows.
That's because Wwise under macOS is actually running under a Windows emulator called wine.

Also when deploying the Authoring tool plugin,
remember not to follow hvcc's documentation on github,
as it's outdated.

You will need to deploy the dll and xml to the following address:
/Library/Application Support/Audiokinetic/Wwise\ 2019.2.6.7381/Authoring/x64/Release/bin/Plugins

Use the Finder to find it,
where the SDK version is filled out according to your situation.

by Hou Chenzhong (Audiokinetic) (6.0k points)
selected by Hou Chenzhong (Audiokinetic)
...