Skip to content

Instantly share code, notes, and snippets.

@roydejong
Last active September 12, 2024 10:35
Show Gist options
  • Select an option

  • Save roydejong/cd4a42a958e14f9eaa7da8e5acb50a7e to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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
Copy Markdown

Thank you sir!!!!!!

@olygood

olygood commented Jun 21, 2019

Copy link
Copy Markdown

thanks robinnorth I was looking for precisely

@AsifMahsud

Copy link
Copy Markdown

It has worked. Thanks robinnorth.

@Sahil9229

Copy link
Copy Markdown

worked..thanks

@tkw722

tkw722 commented Nov 7, 2019

Copy link
Copy Markdown

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
Copy Markdown

thanks a lot @robinnorth

@The-Mighty-Beetle

Copy link
Copy Markdown

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
Copy Markdown

Thanks a lot @robinnorth

@akshitkumar0

Copy link
Copy Markdown

Thanks @robinnorth

@nathanaelmbale

Copy link
Copy Markdown

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

@HacktorDevelopers

Copy link
Copy Markdown

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

@robinnorth

Copy link
Copy Markdown

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

@polinamazaeva

Copy link
Copy Markdown

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
Copy Markdown

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

@kannan098

Copy link
Copy Markdown

yes mee too

@Sayama3

Sayama3 commented May 12, 2021

Copy link
Copy Markdown

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
Copy Markdown

Thanks, you save me

@OrangeChef

Copy link
Copy Markdown

Thank you Sayama3

@awei-159

awei-159 commented Sep 13, 2023

Copy link
Copy Markdown

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