Search Unity

Source control and Unity packages?

Discussion in 'Formats & External Tools' started by ricarious, Feb 26, 2019.

  1. ricarious

    ricarious

    Joined:
    Nov 1, 2017
    Posts:
    21
    When using Unity with Git (or any src control) and you import packages from the asset store (e.g. SteamVR plugin) into your project, do most folks check the package into your repo? Any additional files to add to the .gitignore for packages?
     
  2. fffMalzbier

    fffMalzbier

    Joined:
    Jun 14, 2011
    Posts:
    3,276
    I don't check imported assets in the repository but i never have them inside the project folder either.
    If you see yourself needing the original package from time to time sure check it in.
     
    ricarious likes this.