Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

0 votes

I am incorporating Wwise into a Unity project/file. For some reason, while audio in the Unity project is fine before I integrated Wwise, the integration keeps any audio from playing or being heard, and I do not know why. All settings in Unity have been kept the same before and after the integration, so I cannot figure out what to do with Wwise (and/or Unity) to enable audio to play and be heard again. What should I do?

The versions of Wwise and Unity that I am using for this project are Wwise 2019.2.8.7432, and Unity 2018.4.26f1, respectively.

I also looked up various steps for trying to get the audio to work, but nothing seems to be working. I've mostly been looking at this site: https://www.audiokinetic.com/library/edge/?source=Unity&id=unity_troubleshooting.html#:~:text=There%20is%20no%20sound,-If%20you%20hear&text=Ensure%20your%20SoundBanks%20have%20been,look%20in%20the%20StreamingAssets%20folder.

Looking at one bullet in the link, I don't know how I would properly set the Script Execution Order in Project Settings for the AkInitializer script. However, I don't think it'll change much since the other bulleted sections didn't work for me either. What should I do?

in General Discussion by Zachary D. (180 points)

1 Answer

+1 vote
 
Best answer

Hi Zackary, 

"For some reason, while audio in the Unity project is fine before I integrated Wwise, the integration keeps any audio from playing or being heard, and I do not know why. " - From how I read this, you used Unity audio components before integrating Wwise, and all you did now is integrate Wwise? 

Yes upon installing Wwise, the Unity sound engine is disabled. Once integrated, you should start re-implementing your sounds with the components provided by the integration, like AkEvents, and so on. The Unity audio components won't work with Wwise.

Best advise I can give you, is to read through the Wwise 301 course. At least this chapter would get you started with your first sound. 

Let me know if this helps. 

by Mads Maretty S. (Audiokinetic) (40.2k points)
selected by Mads Maretty S. (Audiokinetic)
I'll take a look as soon as I can. Does the course address things/points like the audio issue, where t put AkEvents in Unity, etc.?
Yes. The courses will show you how to add various components in the integration, like posting events, setting game syncs, setup reverb zones, and so on.
...