We created a custom dsp plugin, which seems to work nice in the WWise Authoring Software but fails to work in Unity 5 engine resulting in these errors:
-Wwise: Could not find plugin dynamic library MyPlugin <- we solved this by manually copying the MyPlugin dll into the plugins folder
-Wwise: Plug-in not registered: 105619 <- unresolved
-Wwise: Could not allocate effect: 105619(Object: Main Camera (UnityEngine.GameObject)) <- unresolved
At this point we wondered if this is a license issue as "3rd Party Plugins" access is not part of the Limited Commercial License. Are custom plugins seens as "3rd Party Plugins" or should it work and we did something wrong in our plugin code?