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.

WWise 2015.1 and Unity 5.1.1p3 How to get Wwise paths to save out as relative in scene files?

0 votes

Hey,

When I save a scene that has an AKInitializer component in it, the scene file will save out with the following lines.  However, in a multi-user environment, these lines do not point to the banks on other people's machines.   I can locally change the paths to relative paths, and everything works peachy, until someone changes the scene again. Is there a way to get the paths to save out as relative?

Thanks in advance!

<snip>

  BankDestinationFolders:
  - Folders:
    - C:\<FULL_PATH>\Unity5\WwiseExport\Banks\Mac\
  - Folders:
    - Mac
  - Folders:
    - Windows
  - Folders: []
  - Folders: []
  - Folders: []
  - Folders: []
  - Folders:
    - C:\<FULL_PATH>\Unity5\WwiseExport\Banks\Windows\
    - C:/<FULL_PATH>/Unity5/Assets/StreamingAssets\Audio\GeneratedSoundBanks\Windows
  - Folders: []
  - Folders: []
  - Folders: []
  - Folders: []
  - Folders: []

<snip>

 

 

asked Aug 11, 2015 in General Discussion by Marc F. (140 points)

1 Answer

0 votes
There were many other issues with this new feature in the 2015.1 integration. The 2015.1.1 integration (released yesterday) should fix the issues you are having (the "BankDestinationFolders" have been removed.)
answered Aug 13, 2015 by Benoit S. (Audiokinetic) (16,020 points)
...