Hi, all
I encountered a problem when trying to develop a custom plugin following the Doc creating a Lowpass Plugin
https://www.audiokinetic.com/library/edge/?source=SDK&id=code_effectplugin_runthrough.html
after a process of
python "%WWISEROOT%/Scripts/Build/Plugins/wp.py" premake Windows_vc160
python "%WWISEROOT%/Scripts/Build/Plugins/wp.py" premake Authoring
python "%WWISEROOT%/Scripts/Build/Plugins/wp.py" build Windows_vc160 -c Release
python "%WWISEROOT%/Scripts/Build/Plugins/wp.py" build Authoring -c Release -x x64_vc160
python "%WWISEROOT%/Scripts/Build/Plugins/wp.py" build Documentation
python "%WWISEROOT%/Scripts/Build/Plugins/wp.py" package Common --version=XXXX.X.X.X
python "%WWISEROOT%/Scripts/Build/Plugins/wp.py" package Documentation --version=XXXX.X.X.X
python "%WWISEROOT%/Scripts/Build/Plugins/wp.py" package Windows_vc160 --version=XXXX.X.X.X
python "%WWISEROOT%/Scripts/Build/Plugins/wp.py" package Authoring --version=XXXX.X.X.X
python "%WWISEROOT%/Scripts/Build/Plugins/wp.py" generate-bundle --version=XXXX.X.X.X
and copied the output archives and bundle.json into a zip file.
and from the launcher Plug-ins tab, select add from Archive emits the error "Could not retrieve information from server (Cannot install from C:\xxxxxxx\Lowpass The specified package is incompatible with the target)"
As a matter of fact, even a newly created plugin with not a single modification of code or anything produces the same error after the same process
Wwise version: 2021.1.5.7749
Did i do anything wrong or miss any steps? just couldn't install the archived plugin from the launcher.
Any help would be highly appreciated!
Best Regards