Search Unity

How to download SRP as separate package?

Discussion in 'Package Manager' started by konsic, Feb 21, 2019.

  1. konsic

    konsic

    Joined:
    Oct 19, 2015
    Posts:
    995
    I would like to download the HDRP and LWRP as separate standalone package and the import it in the project when I need to.

    I don't want to download it every time in the project itself.

    How do I do that?
     
  2. mathieur

    mathieur

    Unity Technologies

    Joined:
    Jul 22, 2015
    Posts:
    31
    I am not sure what you are looking at doing here. Do you mean that you want to add the HDRP/LWRP packages into your Assets folder manually when needed instead of using the package manager to add them?
     
  3. konsic

    konsic

    Joined:
    Oct 19, 2015
    Posts:
    995
    Yes
     
  4. mathieur

    mathieur

    Unity Technologies

    Joined:
    Jul 22, 2015
    Posts:
    31
    Once you install a package (HDRP included), it's added in package manager's local cache (~Library/Unity/cache/packages/packages.unity.com on Mac, and C:/Users/<you user name>/AppData/Unity/cache/packages/packages.unity.com on Windows).

    You can then simply make a copy of whatever package's folder you want. You will then be able to add it to any project's Assets folder whenever you want to.