We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297fabd commit 5aab081Copy full SHA for 5aab081
2 files changed
README.md
@@ -4,8 +4,8 @@ This package adds the ability to create custom post-processing effects for the u
4
5
## System Requirements
6
7
-* Unity 2019.4+
8
-* URP 7.3.1+
+* Unity 2020.1+
+* URP 8.2.0+
9
10
## Screenshots
11
package.json
@@ -3,11 +3,11 @@
3
"version": "1.0.0",
"displayName": "Universal RP Post-Processing Stack",
"description": "A post-processing stack for Universal RP",
- "unity": "2019.4",
+ "unity": "2020.1",
"unityRelease": "0f1",
"dependencies": {
- "com.unity.render-pipelines.universal": "7.3.1",
- "com.unity.render-pipelines.core": "7.3.1"
+ "com.unity.render-pipelines.universal": "8.2.0",
+ "com.unity.render-pipelines.core": "8.2.0"
},
12
"keywords": [
13
"graphics",
0 commit comments