- Home /
How to share a unity project between Mac & windows on GitHub
I am working on a project right now, and I am using my work laptop(Mac) and my home laptop(Windows). The issue is that whenever I pull the project down and open it it changes some of the files. Even though I didn't change anything on the project. Once I push it to github and pull it down on the other computer it changes the files again. This goes back and fourth until neither side works. What do I do? I think it might have something to do with the line endings but Im not sure how to fix it.
Answer by JonPQ · Aug 21, 2019 at 10:49 PM
This is usually to do with your code editor... Visual studio, code or Monodevelop. Search in the settings for your editor on both Mac and PC and tell it to ignore line endings.
Your answer
Follow this Question
Related Questions
Unity Git - Ignore Library 2 Answers
SourceTree Hangs (not responding) with Unity Large Project 1 Answer
Creating multiplayer mode in my mobile game - how to? 1 Answer
How do you work on both Windows and Mac using git? 0 Answers
Single .gitignore for parent folder with multiple unity projects 0 Answers