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.

Audio middleware unity package missing assembly references

0 votes

I want to use AudioKinetic WWise middleware to implement audio to a mobile game I'm working at the moment but I'm experiencing trouble assembly references thus I'm not able to code the audio scripts I need for the game.

Setup

  • Unity 2021.3.22f1
  • Visual Studio Community 2019
  • Unity development with Unity VS workload
  • Wwise 2022.1.5.8242
  • Wwise Unity integration 2022.1.5.8242.2798

Packages

  • Visual Studio Editor 2.0.18
  • Firebase
  • Doozy UI

Attemps to sort out the issue

  • Install the work environment from scratch
  • Pull repo from scratch
  • Add missing reference to the main project assembly definition as described here: Unity - Manual: Assembly definition files
  • Remove all .csproj .sln files from the root folder
  • Check Building settings platform is Android
  • Integrate Wwise to another project -> works fine!
  • Integrate a different audio middleware FMOD Studio -> didn't work either
  • Regenerate files from Preferences -> External tools regenerate project files
  • Check that Visual Studio is indeed my External script editor
  • Keep a clean console from error non-related to this issues (console has been clean always)
  • Remove manifest.json
  • Reimport project

What bothers me is that the issue happens with this specific project and I've not been able to nail down what is preventing me from using any middleware API. My last resort is to implement audio logic with Unity native audio API because I'd need to code a lot and my result is potentially more error prone than relying on APIs that having been thouroughly tested. If you are an audio person, you know how painful not being able to work with an audio middleware can be.

Does anyone have previous experience with the same issue?

asked Jun 29, 2023 in General Discussion by Juan J. (100 points)

Please sign-in or register to answer this question.

...