Skip to content

Commit 5aab081

Browse files
committed
Undo the downgrade :D
1 parent 297fabd commit 5aab081

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This package adds the ability to create custom post-processing effects for the u
44

55
## System Requirements
66

7-
* Unity 2019.4+
8-
* URP 7.3.1+
7+
* Unity 2020.1+
8+
* URP 8.2.0+
99

1010
## Screenshots
1111

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "1.0.0",
44
"displayName": "Universal RP Post-Processing Stack",
55
"description": "A post-processing stack for Universal RP",
6-
"unity": "2019.4",
6+
"unity": "2020.1",
77
"unityRelease": "0f1",
88
"dependencies": {
9-
"com.unity.render-pipelines.universal": "7.3.1",
10-
"com.unity.render-pipelines.core": "7.3.1"
9+
"com.unity.render-pipelines.universal": "8.2.0",
10+
"com.unity.render-pipelines.core": "8.2.0"
1111
},
1212
"keywords": [
1313
"graphics",

0 commit comments

Comments
 (0)