I uploaded my project via git so that I can pull it down on my laptop and work on it while on vacation. I have create a .gitignore file for the Library and Standard Assets because it takes up a lot space and I don’t change it.
When I pull it on the laptop, it recreates the Standard Assets and Library folders, re-imports everything, but all of my GameObjects no longer have their materials assigned. All of them are a swimming shade of pink and it says Missing Material in the Inspector. I am using a different path on the hard-drive, but I think that would hardly matter.
What do I need to commit to the repository or do elsewhere to get those Materials to persist between computers?