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.

Updating a WWise session with an SVN when multiple users are involved.

+1 vote
If you have multiple audio developers all working remotely on the same Wwise session, how does that work in terms of your SVN subversion? In other words, how does Wwise handle the updates to the game without overwriting each others work?
asked Aug 14, 2014 in General Discussion by Tom T. (190 points)

1 Answer

+1 vote

Hi Tom, 

The best way to work with Source Control (and that's true with internal and external work), is to split your project into as many Work Units as your project need. For example, in the Actor-Mixer Hierarchy, you may want to separate your structures into different work units (e.g. Weapons, Footsteps, Vehicles, etc.).

Also, if you have a lot of assets in a given category, say vehicles, you can create child work units for each vehicle. That way, somebody can work on 'Camaro' without conflicting with others working on different cars.

Hope that helps,

Simon  

answered Aug 15, 2014 by Simon A. (Audiokinetic) (3,570 points)
...