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
Hi, I'm sound designer, working in mobile game company.

I'm using wwise with our unity project, and enjoying the functions in wwise, and it's amazing.

But sometimes, no quite often, the AK components are initialized.

i mean, it's not gone anywhere but the wwise events i choose are initialized or changed to other event.

it's uncomfortable because i have to allocate all events in game object every single time. include my graphic designers and programmers who using unity collaboration with.

 

i donno it's unity problem or wwise but don't feel stable with this integration.

please check this out and want to hear your answer. thank you.
in General Discussion by Sejin L. (140 points)

1 Answer

+1 vote
Hi Sejin,

What kind of instability are you experiencing? You write "AK Components are initialised" but that sounds to me like it's working properly?
Could you describe in more detail what the problem is? Do you get any error messages in the Profiler?

In my experience, we do have a very solid integration in Unity. Not only because of the team that is maintaining these scripts, but also because a lot of it is based on Unity's own mechanisms. Like when you play events on entering a trigger, the Wwise Unity Integration simply uses the OnTriggerEnter() main function in Unity.

Nevertheless, if you have problems with instability like events not playing consistently, it's always a good idea to hook up the profiler and study the capture log. It may be you need to adjust your Wwise Initialisation Settings, and if so, Wwise would tell you in the Profiler.

Let me know how it goes.
by Mads Maretty S. (Audiokinetic) (40.2k points)
...