Browse Source

Replaced project reference to PPV2 package with the embedded custom one.

fsr3.1
Nico de Poel 2 years ago
parent
commit
628a89f5ed
  1. 10
      Packages/packages-lock.json

10
Packages/packages-lock.json

@ -40,13 +40,13 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.postprocessing": { "com.unity.postprocessing": {
"version": "3.2.2",
"version": "file:com.unity.postprocessing",
"depth": 0, "depth": 0,
"source": "registry",
"source": "embedded",
"dependencies": { "dependencies": {
"com.unity.modules.physics": "1.0.0"
},
"url": "https://packages.unity.com"
"com.unity.modules.physics": "1.0.0",
"fidelityfx.fsr": "1.0.0"
}
}, },
"com.unity.test-framework": { "com.unity.test-framework": {
"version": "1.1.31", "version": "1.1.31",

Loading…
Cancel
Save