| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The Scriptable Render Pipeline (SRP) is a Unity feature designed to give artists and developers the tools they need to create modern, high-fidelity graphics in Unity. Unity provides two pre-built Scriptable Render Pipelines:
Unity is committed to an open and transparent development process for SRP and the pre-built Render Pipelines. This means that you can browse this repository to see what features are currently in development.
For more information about the packages in this repository, see the following:
The packages in this repository are distributed as Core packages in the Unity editor. The package vendoring process happens multiple times in each Unity release. The vendoring happens from the latest changeset of the release branch for each Unity release. A tag is generated on the changeset used to vendor a specific Unity release.
Release branches are defined as follows:
If you need to find if a specific changeset is included in a specific Unity version, you can search tags for the Unity version. On GitHub, you can do that by clicking on the Branch drop-down then clicking the Tags tab. Typing 2021.2 will list all changesets tagged to each Unity version.
You can download and install the packages of this repositories on your Unity project and modify the package source code. You can do that by one of the following methods:
Make sure you have Git LFS extension installed as that's required.
After you clone the repository, open your console application of choice in the Graphics folder and run the following console command:
\> git checkout 2021.1.16f1.2801 (or the latest tag)
Open your console application of choice and run the following console commands:
\> cd <Path to your Unity project> \> git clone https://github.com/Unity-Technologies/Graphics \> cd Graphics \> git checkout 2021.1.16f1.2801 (or the latest tag)
Unity provides sample Scenes to use with SRP. You can find these Scenes in the Graphics GitHub repository. To add the Scenes to your Project, clone the repository into your Project's Assets folder.
On Unity 2020.3 LTS and below, the packages in this repository were not Core packages. Instead they were regular packages and different versions could be installed to different versions of Unity. The compatibility of Unity versions and package versions were as follows:
The above list is a guideline for major versions of SRP, but there are often multiple minor versions that you can use for a certain version of Unity. To determine which minor versions of SRP you can use:
After you decide which version of SRP to use:
| Back | FazBrowse Home | New Git URL |