[SOLVED] ProBuilder is missing in Package Manager

I’m trying to figure this out by myself for a long time but have no luck at all…
I’ve tried fresh installs of different versions (2017.x, 2018.x, LTS versions, 2019 etc) both from Hub and from the installers at the website, none of them includes ProBuilder in the Package Manager. Not even as a preview package.

Any suggestions?

Thanks in advance.

EDIT:
Seems that this issue is not just about ProBuilder but with all the Packages under the Manager. The main reason is Package Manager cannot access the domains (or IP’s) for downloading the packages. I’ve disconnected my router and connected directly to the modem and suddenly all my Unity Editor’s have all the packages listed in the PackageManager

Windows 7 SP1: ProBuilder is present in 2019.1.5f1 and it’s not a preview package.

Not in my Unity 201x versions… This is a screenshot from 2019.1.4f1

4619770--432529--upload_2019-6-6_15-53-38.png4619770--432532--upload_2019-6-6_15-55-12.png

This screenshot shows that you are missing a lot of packages; what version is that? Mac? Linux? Was it taken in an imported project or a brand new empty one?

I’m running Win 10, installed Unity from Hub and created a brand new empty project.

And btw; thank you for the quick reply and support

You’re welcome!

Do you need 2019.1.4f1 specifically? Can you install 2019.1.5f1 instead and check the Package Manager list?

Same result with 2019.1.5f1
Fresh install with Unity Hub

4619911--432583--upload_2019-6-6_16-35-53.png

Where are your editors installed? The default path or one you defined?

Default path, under C:\Program Files\Unity\Hub\Editor
My user has admin rights and there are no other user accounts

I managed to add ProBuilder to the Package Manager by adding the following line to an empty project’s manifest file:
"com.unity.probuilder": "4.0.5"

After this change ProBuilder started showing by default.

My current problem is solved but this is not how Package Manager supposed to work

It’s not, you should have the same list I have. You need to solve this fast otherwise you’ll be getting a whole set of new problems.

The first thing you should do is:

  • deinstalling all your editors,

  • cleaning the default path of any remaining folder related to the deinstalled editors,

  • delete all Unity folders in “C:\Users\Username\AppData” Local, LocalLow and Roaming directories,

  • choose a new path for your editors,

  • install the editor of your choice.

Uninstalled all editor versions
Uninstalled Hub
Deleted all folders related to Unity under %AppData%
Re-installed Hub
Re-installed 2018.4.1f1
Still no ProBuilder or ProGrids etc

Here’s the current Package Manager with a completely new install

4620862--432709--upload_2019-6-6_20-58-1.png

You didn’t need to deinstall the Hub. Did you change the install path for the editor and deleted everything that had been installed at the default one?

Yes, I installed them on the root directory not under “program files”

Also tried 2019.1.5f1 and same results:

4620928--432721--upload_2019-6-6_21-13-29.png

Did you read here: Known Issues

I’m running out of ideas… @DanielTG ?

After reading about Package Manager troubleshooting in forums I figured this is a network issue.
[ Package Manager forever "Loading packages ..." ]( Package Manager forever "Loading packages ..." page-2)
Network configuration

I’ve connected my PC directly to the modem without the router inbetween and it WORKED finally!

Seems my router is blocking the connection somehow (nothing is setup for blocking, using this router for years and haven’t got any problems like this)

Anyway, thanks a lot for your help.

have the same issue just posted a thread will try your method and let you know! hope it works been struggling for a while now

Hi people

It appears i’m in the same boat and want to join the club. I have just installed the top of the tree 2019.2.8f1 on MacOS. I wanted to install ProBuilder and ProGrids from the package manager. ProBuilder 4.0.5 package is listed in Package Manager however ProGrids is not :frowning: There are about ~50+ packages listed in the list but ‘pro’ are only TextMesh Pro and ProBuilder.

Kinda suspicious, aren’t both ProBuilder and ProGrids sourced from the same location/server (both part of ProCore set of tools)? Any ideas please?

Thanks

Same problem too. Turned out ProGrids is a preview version and are hidden by default. The Advanced dropdown in the Package window allows you to select preview packages too. This took 20 mins of fiddling and searching. This really should be improved.

40 Likes

Exactly what I was looking for. Thank you! It worked.

2 Likes

Thank you.