diff --git a/Packages/manifest.json b/Packages/manifest.json index 2e28a9f..cbae773 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -4,6 +4,7 @@ "com.unity.ide.rider": "3.0.7", "com.unity.ide.visualstudio": "2.0.12", "com.unity.ide.vscode": "1.2.4", + "com.unity.postprocessing": "3.2.0", "com.unity.test-framework": "1.1.29", "com.unity.textmeshpro": "3.0.6", "com.unity.timeline": "1.6.3", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index aef3231..23c56f2 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -49,6 +49,15 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.postprocessing": { + "version": "3.2.0", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.modules.physics": "1.0.0" + }, + "url": "https://packages.unity.com" + }, "com.unity.services.core": { "version": "1.0.1", "depth": 1,