You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The above list is a guideline for major versions of SRP, but there are often mul
45
45
46
46
After you decide which version of SRP to use:
47
47
48
-
1. Go to the [Scriptable Render Pipeline repository](https://github.com/Unity-Technologies/ScriptableRenderPipeline).
48
+
1. Go to the [Unity Grpahics repository](https://github.com/Unity-Technologies/Graphics).
49
49
2. Click the **Branch** drop-down then click the **Tags** tab.
50
50
3. Find the tag that corresponds to the version of SRP you want to use. When you clone the repository, you use this tag to check out the correct branch.
51
51
@@ -58,11 +58,11 @@ After you clone the repository, you can install the package into your Unity Proj
58
58
### Cloning the repository using the GitHub Desktop App:
59
59
60
60
1. Open the GitHub Desktop App and click **File > Clone repository**.
61
-
2. Click the **URL** tab and enter the following URL: https://github.com/Unity-Technologies/ScriptableRenderPipeline.
61
+
2. Click the **URL** tab and enter the following URL: https://github.com/Unity-Technologies/Graphics.
62
62
3. Click the **Choose…** button and navigate to your Unity Project’s base folder.
63
63
4. Click the **Clone** button.
64
64
65
-
After you clone the repository, open your console application of choice in the ScriptableRenderPipeline folder and run the following console command:
65
+
After you clone the repository, open your console application of choice in the Graphics folder and run the following console command:
66
66
67
67
`\> git checkout v7.1.8 (or the latest tag)`
68
68
@@ -75,13 +75,13 @@ Open your console application of choice and run the following console commands:
Unity provides sample Scenes to use with SRP. You can find these Scenes in the [ScriptableRenderPipelineData GitHub repository](https://github.com/Unity-Technologies/ScriptableRenderPipelineData). To add the Scenes to your Project, clone the repository into your Project's Assets folder.
87
+
Unity provides sample Scenes to use with SRP. You can find these Scenes in the [Graphics GitHub repository](https://github.com/Unity-Technologies/Graphics). To add the Scenes to your Project, clone the repository into your Project's Assets folder.
0 commit comments