Search Unity

Do I have to include all folders in Git repo?

Discussion in 'Unity Build Automation' started by xCyborg, Mar 12, 2015.

  1. xCyborg

    xCyborg

    Joined:
    Oct 4, 2010
    Posts:
    633
    I find it cumbersome to upload all files and metadata to git very time I cloud build especially that those change quite a bit between builds and take time to upload. I only need to rename an asset to begin the process again.
     
  2. Furyhunter

    Furyhunter

    Joined:
    Oct 27, 2013
    Posts:
    4
    You should only ever commit the Assets and ProjectSettings directories' contents, including metadata files. Library is generated locally.
     
    David-Berger likes this.