-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: c2wwise forces plugin version to correspond to Wwise version #142
Comments
Hmm, not sure how we can decouple this. Perhaps we need a separate step for creating the bundle? Because after your refactor the rest of the code no longer depends on a specific SDK right? I'm not even sure what is even using |
Copying my answer from discord. I can get version from certain files in the Wwise SDK folder (I've mentioned two possible options in the ticket). Bundle template us used for making installable bundles and it requires an image, so here you go 🙂 I can possibly include a hvcc logo there instead bundle_template itself is turned into a bundle.json when making a package |
Ok, so this bundle template is used by the wwise SDK scripts, not by c2wwise? |
Correct. I just want making plugin bundles as frictionless as possible. It's a really useful feature of new build system and I liked using it in past projects. I can just check do of files under |
bundle_template.json sets
targetWwiseVersion
to be the same as plugin version, but it should be set based on parsingAkWwiseSDKVersion.h
or$WWISEROOT/install-entry.json
The text was updated successfully, but these errors were encountered: