Syncing FMOD work to shared cloud

I’m just looking for some advice on how to sync my FMOD work with other people that will also be making changes to the FMOD build.

Is there anything in particular I should be looking to A. be sure to sync, and B. avoid syncing, so we can easily sync our FMOD work into the same session without losing each others work

Thanks!

Hi,

Are you using any source control such as git or is it just shared storage? An in-depth guide on how to set up source control can be found under FMOD Studio | Usinger Source Control. Which will also inform you of which files to sync and which can be ignored. Files that can be ignored are: .cache, .user, .unsaved, and the Build folders, all other folders should be synced.

Hope this helps!

Thanks for the reply! Sorry for the delay responding.

Yes, we are using Plastic SCM.

Thank you very much for the info and link!

the .cache files… just to confirm… they are the… “{03fefe99-a107-4b80-90e3-8f3f43be15f6}.pdc” (for example) files in the cache folder, yeah?

Yes, you can ignore those files.

1 Like

thank you!

1 Like