Hi, i have imported a huge asset pack. I use some of it in my unity project. What is the best suggestion for how to deal with asset packs in git?
1- check the whole thing in (yuck)
2- move used assets to a different folder, and ignore the assets folder? (annoying)
3- ignore the assets folder, and manually unignore assets i use? (hmm)
4- maybe unity can see what im using and only merge in those?
Cheers,
Jon