Issue when using GitHub with FMOD Studio Project collaboratively and a possible solution?

Hello!

I’m a lecturer at a University that uses FMOD integrated with Unity. At our University we have courses where several students work within a shared FMOD-project with the help of GitHub source control. Though, our students repeatedly encounter problems with the source control of the Workspace.xml file (I’m guessing they use different build paths and/or asset folder paths, or similar differences in settings). To solve the problem we’ve found that once everyone has cloned the project, and everything works properly, we can simply delete this file completely from the source control (but keep it in each user’s local folder) as well as add it to our .gitignore. I hope this helps anyone struggling with this. And if anyone has a better solution or if there are any issues I don’t know about with this solution, please don’t hesitate to correct me and explain the proper way of working.

/Sebastian