Each time I create a project, I must waste half an hour deinstalling and installing the pavkages I want.
Could you allow us to choose the packages we need on project creation? Please?
Thank you.
Same here, I’m making a game for low spec PC’s (on a low spec PC) and having this many packages in one project that are probably only used for some stuff which are taking up a humongous size on the disk.
BTW, I’m not even using the latest version. It runs so slow that I hate it. Currently on 2021.3.17f
Anyone? @Gennady @LeonhardP @WhoeverCanDoSomethingAboutThat? ![]()
would be nice! (to globally set what packages you want)
in the meanwhile,
- edit or delete packages.json on the new project (or replace with your own) *but doesn’t always work well with all versions, since there are new or changed packages & versions
- newer unity versions have multiselect in the package manager, so can uninstall all in one go
- use custom editor script to setup your project, i’m using this one with custom project launcher, so its automatic 1 click to setup & remove packages too. GitHub - unitycoder/UnityInitializeProject: Initialize project automatically with script launched from https://github.com/unitycoder/UnityLauncherPro
In the meantime there seem to be a way to customise the templates but I’d rather get something a little more official.