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.

UE4, Wwise installation path in defaultengine.ini have conflicts between different sound engineers

0 votes
When multiple sound engineers are working on a same UE4 project, each engineer's installation path differs. And the installation path is set from the Unreal project's DefaultEngine.ini. For many reasons, DefaultEngine.ini is governed by a source control system, like Perforce for example. So we have a problem that we can't set the WwiseWindowsInstallationPath with any specific directory and every time sound engineers run the UE4Editor, they have to set it as their own installation path.

For now, we marked the DefaultEngine.ini as writable file in our source control system. This reduces number of times a sound engineers should change the installation path but it makes other problems such as that the ini file is not sync'ed properly because the file has been changed locally and not resolved conflicting lines.

So, could you change the way UE4 initializes the installation path from DefaultEngine.ini to different one? For example, make the plugin reads the installation path from an environment variable and wwise installation process sets the variable proeperly and the variable can be set or changed from Wwise.exe.
asked Aug 29, 2018 in Feature Requests by 철웅 (100 points)

Please sign-in or register to answer this question.

...