Search Unity

Default Packages

Discussion in 'Package Manager' started by Deleted User, Feb 12, 2020.

  1. Deleted User

    Deleted User

    Guest

    Hi,
    I have some packages that i use all the time. Is it possible to automaticly import these packages when i create a project?

    Thx
     
  2. samuelb_unity

    samuelb_unity

    Unity Technologies

    Joined:
    Nov 13, 2017
    Posts:
    151
    Hi @Roni_Person,

    What you are describing are Project Templates. Right now, only Unity can develop Project Templates (e.g. 2D, 3D etc.) but there are plans to allow users to create their own templates one day. Sorry I can't be more specific than that.

    For now, there is a fun workaround if you're willing to start Unity via the command line:
    https://forum.unity.com/threads/how...kages-to-package-manager.795261/#post-5366553

    To create your own template you'd need to follow the format of the existing templates in
    <path-to-unity-installation>\Data\Resources\PackageManager\ProjectTemplates
    . However, please be advised - this is a hack and not something Unity officially supports yet!