Skip to content

Instantly share code, notes, and snippets.

@roydejong
Last active September 13, 2023 14:06
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save roydejong/cd4a42a958e14f9eaa7da8e5acb50a7e to your computer and use it in GitHub Desktop.
Save roydejong/cd4a42a958e14f9eaa7da8e5acb50a7e to your computer and use it in GitHub Desktop.
Installing ProGrids v3 in Unity 2018.3

The problem

ProGrids seems to have disappeared from the Unity Package Manager as of Unity 2018.3.

It is possible to install ProGrids v2 via the Asset Store, but it's an old and incompatible version.

The solution (new)

Per Sayama3:

In 2021, you still can use it but it's different :

  • Go to the Package Manager
  • Click on the "+" button at the top left
  • Select "Add package from git URL..."
  • Copy and Paste the url "com.unity.progrids" (corresponding to progrids) And now you're good

The solution (less old)

As per the comments below:

There's a simpler way to get ProGrids to show up in 2018.3: Just enable Advanced > Show preview packages in the Package Manager.

The solution (very old)

To install, you need to import the package manually:

  1. Navigate to your project directory on disk.
  2. Open the manifest.json file in the Packages directory for editing.
  3. Edit your file to include the new dependency and registry, as below.

The finished json file should look like this, with your own existing dependencies also listed under dependencies:

{
  "dependencies": {
    "com.unity.progrids": "3.0.0"
  },
  "registry":"http://staging-packages.unity.com"
}
@robinnorth
Copy link

There's a simpler way to get ProGrids to show up in 2018.3: Just enable Advanced > Show preview packages in the Package Manager.

@Wataru2001
Copy link

Thank you sir!!!!!!

@olygood
Copy link

olygood commented Jun 21, 2019

thanks robinnorth I was looking for precisely

@AsifMahsud
Copy link

It has worked. Thanks robinnorth.

@Sahil9229
Copy link

worked..thanks

@tkw722
Copy link

tkw722 commented Nov 7, 2019

Wow, thank you so much robinnorth! I've just been spinning my wheels dealing with this, just saved me who knows how long!

@escaper01
Copy link

thanks a lot @robinnorth

@The-Mighty-Beetle
Copy link

There's a simpler way to get ProGrids to show up in 2018.3: Just enable Advanced > Show preview packages in the Package Manager.

Man...thanx a lot...I was having so much trouble installing ProGrids Package....couldn't find an easy solution...

@AmritNikku
Copy link

Thanks a lot @robinnorth

@Akki1725
Copy link

Thanks @robinnorth

@nathanaelmbale
Copy link

Thanks @robinnorth ,this is not the hero we wanted but the hero we needed

@HacktorDevelopers
Copy link

@robinnorth, thanks so much, you really made my day

@robinnorth
Copy link

I'm so happy that over a year after posting my pointer is still helping people out! 🎉

@polinamazaeva
Copy link

There's a simpler way to get ProGrids to show up in 2018.3: Just enable Advanced > Show preview packages in the Package Manager.

Thank you!

@mridhulsudo
Copy link

but i am using unity 2021 so i don't see Show preview packages plz help

@kannan098
Copy link

yes mee too

@Sayama3
Copy link

Sayama3 commented May 12, 2021

In 2021, you still can use it but it's different :

  • Go to the Package Manager
  • Click on the "+" button at the top left
  • Select "Add package from git URL..."
  • Copy and Paste the url "com.unity.progrids" (corresponding to progrids)

And now you're good

PS : I remember a unity link to the problem but as I don't remember, here another link that explain the problem
(https://medium.com/@jeffreymlynch/where-are-the-missing-preview-packages-in-unity-2020-3ad0935e4193)

@StrangRoll
Copy link

Thanks, you save me

@OrangeChef
Copy link

Thank you Sayama3

@awei-159
Copy link

awei-159 commented Sep 13, 2023

In 2021, you still can use it but it's different :

  • Go to the Package Manager
  • Click on the "+" button at the top left
  • Select "Add package from git URL..."
  • Copy and Paste the url "com.unity.progrids" (corresponding to progrids)

And now you're good

PS : I remember a unity link to the problem but as I don't remember, here another link that explain the problem (https://medium.com/@jeffreymlynch/where-are-the-missing-preview-packages-in-unity-2020-3ad0935e4193)

ur my hero,bro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment