Unity Collab: Ignore FMODStudioCache file?

Unity Collaborate + FMOD: Is it possible to ignore files? We keep getting conflicts with the FMODStudioCache file, so I would like to ignore this file… I’ve read that there should be a .collabignore file, but I cannot find it anywhere.

Thank you!

There are a few files that should be ignored:
https://www.fmod.com/resources/documentation-api?page=content/generated/engine_new_unity/sourcecontrol.html#/

You should be able to find more about the .collabignore in the Unity docs:
https://docs.unity3d.com/Manual/UnityCollaborateIgnoreFiles.html

Hm, I don’t see any .collabignore file in the root of my project, as you can see here. Do you have that?

By adding Collaborate to the project, this file was created:
Capture

Aha! On Mac you need to enable “show hidden files” to see the file :slight_smile: