From 911ae9bb2932152d16088543447783f68d33cee6 Mon Sep 17 00:00:00 2001 From: Nico de Poel Date: Sat, 20 Jul 2024 18:27:49 +0200 Subject: [PATCH] Removed .19f1 requirement from PPV2 package. Any Unity 2020.1 and up should be supported. --- Packages/com.unity.postprocessing@3.2.2/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/Packages/com.unity.postprocessing@3.2.2/package.json b/Packages/com.unity.postprocessing@3.2.2/package.json index f651164..2cb7183 100644 --- a/Packages/com.unity.postprocessing@3.2.2/package.json +++ b/Packages/com.unity.postprocessing@3.2.2/package.json @@ -3,7 +3,6 @@ "version": "3.4.0", "displayName": "Post Processing", "unity": "2020.1", - "unityRelease": "19f1", "description": "The post-processing stack (v2) comes with a collection of effects and image filters you can apply to your cameras to improve the visuals of your games.", "dependencies": { "com.unity.modules.physics": "1.0.0",