# FMOD with Unity while using Unity's Collab Feature

**URL:** https://qa.fmod.com/t/fmod-with-unity-while-using-unitys-collab-feature/13868
**Category:** Unity
**Created:** [May 10, 2018, 11:30pm UTC](https://qa.fmod.com/t/fmod-with-unity-while-using-unitys-collab-feature/13868 "2018-05-10T23:30:58Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![steveblu](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/steveblu/32/6848_2.png) [@steveblu](https://qa.fmod.com/u/steveblu)
#### Post date: [May 10, 2018, 11:30pm UTC](https://qa.fmod.com/t/fmod-with-unity-while-using-unitys-collab-feature/13868/1 "2018-05-10T23:30:58Z")

</div>

Hi everyone,

If I’m using FMOD integrated into Unity for the audio for the game I’m working on. The team that I’m working with is using Unity’s Collab feature to keep the project up to date. Would everyone on the team need to also download a copy of FMOD in order to be able to hear my audio work?

Thanks for your help!

---

<div class="post-metadata">

### Author: ![steveblu](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/steveblu/32/6848_2.png) [@steveblu](https://qa.fmod.com/u/steveblu)
#### Post date: [May 10, 2018, 11:41pm UTC](https://qa.fmod.com/t/fmod-with-unity-while-using-unitys-collab-feature/13868/2 "2018-05-10T23:41:07Z")

</div>

Never mind, I just found my answer. Apparently I’m not capable of using a search function in a forum haha.

[https://www.fmod.org/questions/question/using-fmod-with-unity-collab/](https://www.fmod.org/questions/question/using-fmod-with-unity-collab/)

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [May 11, 2018, 4:16am UTC](https://qa.fmod.com/t/fmod-with-unity-while-using-unitys-collab-feature/13868/3 "2018-05-11T04:16:50Z")

</div>

> [@](#):
>
> Never mind, I just found my answer. Apparently I’m not capable of using a search function in a forum haha.
> 
> [Using FMOD with Unity Collab - FMOD Studio - FMOD Forums](https://www.fmod.org/questions/question/using-fmod-with-unity-collab/)

No worries, the main thing is you found the solution.

---

<div class="post-metadata">

### Author: ![amaribrahim](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/amaribrahim/32/1109_2.png) [@amaribrahim](https://qa.fmod.com/u/amaribrahim)
#### Post date: [September 16, 2020, 9:13pm UTC](https://qa.fmod.com/t/fmod-with-unity-while-using-unitys-collab-feature/13868/4 "2020-09-16T21:13:12Z")

</div>

I just want to verify that putting it outside of the Assets folder is still the best way to sync Unity collab.

I found this discussion on the unity forum where they specify syncing folders outside of Assets isn’t supported anymore.

[https://forum.unity.com/threads/adding-files-to-collab-outside-of-the-assets-folder.450845/](https://forum.unity.com/threads/adding-files-to-collab-outside-of-the-assets-folder.450845/)

---

<div class="post-metadata">

### Author: ![NickBack](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/nickback/32/5227_2.png) [@NickBack](https://qa.fmod.com/u/NickBack)
#### Post date: [September 18, 2020, 12:49am UTC](https://qa.fmod.com/t/fmod-with-unity-while-using-unitys-collab-feature/13868/5 "2020-09-18T00:49:53Z")

</div>

Yeah as I understand it, it’s impossible to have Collaborate sync files that are not in Assets any more.

We’re still looking for a workflow that makes sense.

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [September 21, 2020, 11:28pm UTC](https://qa.fmod.com/t/fmod-with-unity-while-using-unitys-collab-feature/13868/6 "2020-09-21T23:28:39Z")

</div>

The entire team should not require access to the FMOD Studio Project, they should just require the banks for Unity to use.

To do this:

- Set the build output directory of the FMOD Studio Project to a folder inside the Unity Projects Asset folder (eg. “Assets/FMODBanks”).
- In the FMOD Unity settings, use either `Single Platform Build` or `Multiple Platform Build` and point it to the folder that contains the FMOD banks (eg. “Assets/FMODBanks”).

---

<div class="post-metadata">

### Author: ![NickBack](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/nickback/32/5227_2.png) [@NickBack](https://qa.fmod.com/u/NickBack)
#### Post date: [September 22, 2020, 7:46am UTC](https://qa.fmod.com/t/fmod-with-unity-while-using-unitys-collab-feature/13868/7 "2020-09-22T07:46:48Z")

</div>

Won’t that duplicate the banks in the project since they are then copied to Streaming Assets when building?

---

<div class="post-metadata">

### Author: ![amaribrahim](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/amaribrahim/32/1109_2.png) [@amaribrahim](https://qa.fmod.com/u/amaribrahim)
#### Post date: [September 22, 2020, 6:53pm UTC](https://qa.fmod.com/t/fmod-with-unity-while-using-unitys-collab-feature/13868/8 "2020-09-22T18:53:10Z")

</div>

I understand @NickBack concern. I’m currently okay with putting the banks in Assets, but I can see an issue arise as the the number of audio files grows.

In this scenario, should we move the banks to a different location (through FMOD settings) when building the game? Or will it not effect build size.

If it will include it in the build, I could place the banks the unity assets/editor folder. I know that folder is ignored in builds, but I’m not sure if it will break anything.

---

<div class="post-metadata">

### Author: ![Mobbuu](https://avatars.discourse-cdn.com/v4/letter/m/e36b37/32.png) [@Mobbuu](https://qa.fmod.com/u/Mobbuu)
#### Post date: [October 20, 2020, 1:57am UTC](https://qa.fmod.com/t/fmod-with-unity-while-using-unitys-collab-feature/13868/9 "2020-10-20T01:57:45Z")

</div>

Apologies for responding to such an old thread, but I’m a little new to FMOD and even more so Unity, so I have some concerns. Mainly, we have more than one person working on audio on our team, where originally it was just one. When we have both of them do as directed above, while they can hear the sounds without the FMOD projects using just the banks, each time they build it just overwrites the banks with their own, so there’s no synchronization. What’s the most practical way for multiple people to work on the same project from multiple computers?

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [October 21, 2020, 10:12pm UTC](https://qa.fmod.com/t/fmod-with-unity-while-using-unitys-collab-feature/13868/10 "2020-10-21T22:12:05Z")

</div>

It would be best for the sound designers to use [source control with FMOD Studio](https://fmod.com/resources/documentation-studio?version=2.1&page=using-source-control.html) as Unity Collab does not support adding files that are outside of the projects assets folder.
