Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Project sharing -- what files to share?

Discussion in 'Editor & General Support' started by Jerware, Oct 31, 2012.

  1. Jerware

    Jerware

    Joined:
    May 15, 2012
    Posts:
    41
    My team just started developing using Unity and we're using Perforce for version control. Can anyone specify what files we should store on the repository? I know some would say just store the whole project folder, but we don't want to unnecessarily store files that can be automatically generated on each computer, or are generated on a per-platform basis (like some folders inside /Library).
     
  2. Antony-Blackett

    Antony-Blackett

    Joined:
    Feb 15, 2011
    Posts:
    1,778
    On the latest version of Unity you should only need to version control
    /Assets
    /ProjectSettings

    you definitely do NOT need to version control any files in /Library or /Temp or any of the mono develop unity generated code projects.
     
  3. Jerware

    Jerware

    Joined:
    May 15, 2012
    Posts:
    41
  4. Antony-Blackett

    Antony-Blackett

    Joined:
    Feb 15, 2011
    Posts:
    1,778
    Oh true, yeah do that.