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
Hello everyone,

I'm a very beginner with unity and Wwise. I start watching some online course to make me an idea of how this world works.
I'm watching now the wwise course on unity website (that seems really good), but I have a problem with the audio listener.
I integrated Wwise in the unity project, created an empty object with AK Bank with my soundbank and everything works well.
I disabled unity audio in the audio manager, but the problem persist with the message "There are no audio listeners in the scene. Please ensure there is always one audio listener in the scene",
With the only difference that now it's just a single message each time I play the game, before was continuos new messages.
I tried everything that i could try with my experience in the program. Someone can help me to understand which the problem is?

 

Thanks in advance
in General Discussion by Marco P. (100 points)

1 Answer

0 votes

Hi Marco,

Did you add an AkAudioListener to something in your game, like the Main Camera? 
If that doesn't work, check your Wwise Settings for the "Automatically add a listener to the main camera". This will ensure that a listener is added whenever you create a new scene. 

Let me know if it works.

by Mads Maretty S. (Audiokinetic) (40.2k points)
Hi Mads,

Thanks for the answer.

Yes I have the AkAudioListener on the main camera and the box on "automatically add a listener to main camera" is already checked. Today I'll try to see if in another project give me the same problem, because is the first one for me and I downloaded it from unity official site.
...