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.

Hi, ¿how can I connect two diferent Wwise project into one?

0 votes
Im working in a videogame with another person and we need to convert two sessions into one. Heeeelp!!!
asked Jul 4, 2023 in General Discussion by Esteban A. (100 points)

1 Answer

+1 vote

Hey Esteban, 

There is not a "combine" option per say, but the trick is to design a good Work Unit structure across both projects.
Work Units are used to separate your hierarchy into different code (XML) blocks. That way, you can commit your stuff without affecting other Work Units that your colleagues are currently working on. 

So how does it solve your current problem? 

  • Start by agreeing on a hierarchy structure of Work Units. The names should match.
  • Then one by one drag the the Work Units from your colleagues project into yours.
  • Reopen Wwise.

Keep in mind, replacing one of your Work Units will overwrite whatever is in your own. And if you are using Game Syncs, Sessions, etc. make sure to merge them exactly the same way. 

If you need inspiration, you can always open up one of our Samples, like the Wwise Adventure Game, to see how you could construct such a hierarchy. 

answered Jul 6, 2023 by Mads Maretty S. (Audiokinetic) (39,060 points)
...