Unity - Inviting a friend in GitHub

Yesterday, I invited my friend to develop on my Unity project with GitHub. He got the project and all was good with that, but FMOD seems to be misconfigured in some way. I got him to download FMOD studio, sent him the FMOD project files (All events/assets were there and he did build). But when he played he got several errors, including

[FMOD] RuntimeBankModel::openFile : Failed to open file ‘…/…/FMOD Studio/DefaultFPS/Build/Desktop/Master.strings.bank’

DirectoryNotFoundException: Could not find a part of the path ‘C:\Users\samid\Documents\GitHub\FMOD Studio\DefaultFPS\Build\Desktop’.

Please help!

Hi,

These errors indicate that the built banks are not at the location that the FMOD Unity integration expects, either because the banks aren’t in the directory listed in the error messages, or that the path that FMOD Unity is looking for the banks (FMOD Unity Settings → Bank Import → Build Path/Studio Project Path) in the wrong place.

I would recommend checking the directories listed in the error messages and verifying whether the directories exist/whether the built banks are contained within, and making sure import path in FMOD Unity’s settings under “Bank Import” matches where your friend has placed their built banks.