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>