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.

0 votes
Hi, I am trying to create a plugin using the development tools supplied, however when I get to the stage where I install from the Wwise Launcher, I choose to Add form directory and it gives me the error,

Cannot install, the specified package is incompatible with the target.

I am using windows 10, and Wwise version 2019.2.6.7381 Below are listed the commands I input to create, build and package the plugin.

wp.py new
plug-in type {source, mixer, sink, effect}: source
project name: WwiseSourcePlugin
display name: (WwiseSourcePlugin)
author: Michael
description: A Plugin to test the development tools
......

wp.py premake Authoring
.....

wp.py package Common -v 2020.1.1.1
.....

wp.py package Authoring -v 2020.1.1.1
.....

wp.py generate-bundle -v 2020.1.1.1
.....
in General Discussion by Michael G. (110 points)

Please sign-in or register to answer this question.

...