Skip to content

Instantly share code, notes, and snippets.

@phi-lira
Last active October 28, 2021 05:10
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save phi-lira/8ada999bc71131e4a3ff4e26c935b07f to your computer and use it in GitHub Desktop.
Save phi-lira/8ada999bc71131e4a3ff4e26c935b07f to your computer and use it in GitHub Desktop.
Lightweight Pipeline package manager manifest
{
"registry": "https://staging-packages.unity.com",
"dependencies": {
"com.unity.render-pipelines.lightweight" : "2.0.0-preview"
}
}
Copy link

ghost commented Jul 14, 2018

Hello, at this moment you must use:
"com.unity.render-pipelines.lightweight" : "2.0.5-preview"

@sdarkwell
Copy link

As of today, 2018.09.22, the newest publicly-accessible version of the Lightweight Render Pipeline appears to be:

"com.unity.render-pipelines.lightweight" : "3.3.0-preview"

@elissonmichael
Copy link

I believe we already have "4.0.0-preview" or "4.6.0-preview"

@renatoi
Copy link

renatoi commented Jan 27, 2019

There's a UI to do it now and it will show all avaiable versions. Just go to Window > Package Manager. Then in the Advanced menu of the package manager window, select Show preview packages. Scroll until you find Render-Pipelines.Lightweight and click Install.

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