Last active
October 28, 2021 05:10
-
-
Save phi-lira/8ada999bc71131e4a3ff4e26c935b07f to your computer and use it in GitHub Desktop.
Lightweight Pipeline package manager manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"registry": "https://staging-packages.unity.com", | |
"dependencies": { | |
"com.unity.render-pipelines.lightweight" : "2.0.0-preview" | |
} | |
} |
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"
I believe we already have "4.0.0-preview" or "4.6.0-preview"
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
Hello, at this moment you must use:
"com.unity.render-pipelines.lightweight" : "2.0.5-preview"