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

Making a Package permanent for all projects

Discussion in 'Package Manager' started by wyattbiker, Dec 19, 2018.

  1. wyattbiker

    wyattbiker

    Joined:
    Sep 4, 2014
    Posts:
    18
    Is there anyway I can make a package such as ProBuilder available in all new projects, without having to install it every time?
     
  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,589
    I believe that's what the Project Templates are good for:
    https://docs.unity3d.com/Manual/ProjectTemplates.html

    I didn't find documentation how to create custom templates, but they are stored in:
    <UnityInstallDirectory>\Editor\Data\Resources\PackageManager\ProjectTemplates

    You could try to add a custom template or patch the package.json file of an existing template to include ProBuilder.
     
  3. okcompute_unity

    okcompute_unity

    Joined:
    Jan 16, 2017
    Posts:
    756
    @wyattbiker @Peter77 Supporting user/custom project templates is on our roadmap.

    Regards,

    Pascal
     
    wyattbiker and bddckr like this.